You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Learn how to [set environment variables with Netlify](https://docs.netlify.com/c
93
93
94
94
Default - no additional configuration needed.
95
95
96
-
Learn more about using delivering remote images with [fetch](https://cloudinary.com/documentation/fetch_remote_images).
96
+
The fetch method allows you to use Cloudinary delivery by providing a remote URL. Learn more about using delivering remote images with [fetch](https://cloudinary.com/documentation/fetch_remote_images).
97
97
98
98
**upload - Unsigned**
99
99
@@ -111,7 +111,7 @@ Inside your Netlify config:
111
111
uploadPreset = "[Your Cloudinary Upload Preset]"
112
112
```
113
113
114
-
Learn more about [unsigned uploads](https://cloudinary.com/documentation/upload_images#unsigned_upload).
114
+
Uploading media to Cloudinary gives you more flexibility with your media upon delivery. Learn more about [unsigned uploads](https://cloudinary.com/documentation/upload_images#unsigned_upload).
115
115
116
116
**upload - Signed**
117
117
@@ -135,7 +135,7 @@ CLOUDINARY_API_KEY="[Your Cloudinary API Key]"
135
135
CLOUDINARY_API_SECRET="[Your Cloudinary API Secret]"
136
136
```
137
137
138
-
Learn more about [signed uploads](https://cloudinary.com/documentation/upload_images#uploading_assets_to_the_cloud).
138
+
Uploading media to Cloudinary gives you more flexibility with your media upon delivery. Learn more about [signed uploads](https://cloudinary.com/documentation/upload_images#uploading_assets_to_the_cloud).
0 commit comments