readme update to include npm installation

as i understand, a lot of people coming into Svelte are not seasoned js developers. the package ecosystem can def be pretty overwhelming, so i figured it was a good idea to include the npm installation in the docs, since your package is on there and it is the defacto package manager. it's not a very good idea to mix package managers, so this might save some people who didn't look up the npm registry from a potential headache. this repo works great, since the official cloudinary repo still gives SSR issues w kit.
This commit is contained in:
flbn 2021-12-25 17:08:56 -05:00 committed by GitHub
parent daecad1a8c
commit 9bbbd502a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,9 @@ There is an [official integration coming](https://github.com/cloudinary/cloudina
```bash
yarn add svelte-cloudinary
```
```bash
npm install svelte-cloudinary
```
```svelte
<script>