Skip to content

Commit e3cae5d

Browse files
authored
Update README.md
1 parent f824fba commit e3cae5d

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
@@ -93,7 +93,7 @@ Learn how to [set environment variables with Netlify](https://docs.netlify.com/c
9393

9494
Default - no additional configuration needed.
9595

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).
9797

9898
**upload - Unsigned**
9999

@@ -111,7 +111,7 @@ Inside your Netlify config:
111111
uploadPreset = "[Your Cloudinary Upload Preset]"
112112
```
113113

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).
115115

116116
**upload - Signed**
117117

@@ -135,7 +135,7 @@ CLOUDINARY_API_KEY="[Your Cloudinary API Key]"
135135
CLOUDINARY_API_SECRET="[Your Cloudinary API Secret]"
136136
```
137137

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).
139139

140140
### Customizing where your images are served from
141141

0 commit comments

Comments
 (0)