Update README.md

This commit is contained in:
Nicco 2020-11-11 21:36:22 +01:00 committed by GitHub
parent 59d93da0d4
commit 68bbc2f0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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