diff --git a/docs/docs/v4/image-coil/README.md b/docs/docs/v4/image-coil/README.md index 7369fab7..5227ed7b 100644 --- a/docs/docs/v4/image-coil/README.md +++ b/docs/docs/v4/image-coil/README.md @@ -4,7 +4,7 @@ Image loading based on `Coil` library -```kt +```kotlin val markwon = Markwon.builder(context) // automatically create Coil instance .usePlugin(CoilImagesPlugin.create(context)) @@ -32,4 +32,4 @@ val markwon = Markwon.builder(context) } }, customImageLoader)) .build() -``` \ No newline at end of file +```