Skip to content

Commit 0422194

Browse files
authored
Update README.md
1 parent 70e6b8e commit 0422194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Inside your Netlify config:
8080

8181
[plugins.inputs]
8282
cloudName = "[Your Cloudinary Cloud Name]"
83-
deliveryMethod = "upload"
83+
deliveryType = "upload"
8484
uploadPreset = "[Your Cloudinary Upload Preset]"
8585
```
8686

@@ -98,7 +98,7 @@ Inside your Netlify config:
9898

9999
[plugins.inputs]
100100
cloudName = "[Your Cloudinary Cloud Name]"
101-
deliveryMethod = "upload"
101+
deliveryType = "upload"
102102
```
103103

104104
Inside your environment variable configuration:
@@ -108,4 +108,4 @@ CLOUDINARY_API_KEY="[Your Cloudinary API Key]"
108108
CLOUDINARY_API_SECRET="[Your Cloudinary API Secret]"
109109
```
110110

111-
Learn more about [signed uploads](https://cloudinary.com/documentation/upload_images#uploading_assets_to_the_cloud).
111+
Learn more about [signed uploads](https://cloudinary.com/documentation/upload_images#uploading_assets_to_the_cloud).

0 commit comments

Comments
 (0)