From 68bbc2f0aacb900436dc66a51c2645068dc796b5 Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 11 Nov 2020 21:36:22 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f46215c..79b0066 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ There is an official integration comming, but it's not ready and for not does no - Automatic **lazy loading** - Fully compatible with native cloudinary options +## 🗂 [Docs](https://svelte-cloudinary.vercel.app/modules/_index_) + ## 🚀 Quickstart ```bash @@ -44,8 +46,6 @@ yarn add svelte-cloudinary This will formulate the Cloudinary url and insert it into the `img.src` property. Also it will resize to the `img` object itself because we set `bind: true`. -## 🗂 [Docs](https://svelte-cloudinary.vercel.app/modules/_index_) - ## ⌨️ Examples ```svelte