Skip to content

Commit 91a6afc

Browse files
committed
readme
1 parent e3cae5d commit 91a6afc

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
@@ -35,7 +35,7 @@ yarn add netlify-plugin-cloudinary
3535
package = "netlify-plugin-cloudinary"
3636

3737
[plugins.inputs]
38-
cloudName = "[Your Cloud Name]"
38+
cloudName = "<Your Cloud Name>"
3939
```
4040

4141
By default, your images will served via the [fetch delivery method](https://cloudinary.com/documentation/fetch_remote_images).
@@ -74,15 +74,15 @@ Inside your Netlify config:
7474

7575
```toml
7676
[plugins.inputs]
77-
cloudName = "[Your Cloud Name]"
77+
cloudName = "<Your Cloud Name>"
7878
```
7979

8080
**Environment Variable**
8181

8282
Inside your environment variable configuration:
8383

8484
```
85-
CLOUDINARY_CLOUD_NAME="[Your Cloud Name]"
85+
CLOUDINARY_CLOUD_NAME="<Your Cloud Name>"
8686
```
8787

8888
Learn how to [set environment variables with Netlify](https://docs.netlify.com/configure-builds/environment-variables/).

0 commit comments

Comments
 (0)