Skip to content

Commit

Permalink
Fix typos in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Oct 10, 2024
1 parent f9cdf42 commit 0b47bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coil-gif/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Gifs

**This feature is only avilable on Android.**
**This feature is only available on Android.**

Unlike Glide, GIFs are not supported by default. However, Coil has an extension library to support them.

To add GIF support, import the extension library:

```kotlin
implementation("io.coil-kt.coil3:coil-gifs:3.0.0-rc01")
implementation("io.coil-kt.coil3:coil-gif:3.0.0-rc01")
```

And add the decoders to your component registry when constructing your `ImageLoader`:
Expand Down

0 comments on commit 0b47bbc

Please sign in to comment.