Skip to content

Commit 356f0d3

Browse files
author
Maya Shavin
committed
Merge branch 'main' of github.com:mayashavin/cloudinary-api into main
2 parents 19f5c50 + 15dd0b5 commit 356f0d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/url-docs/content/en/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ category: Guide
77

88
## Installation
99

10-
Add `cloudinary-builder-url` dependency to your project:
10+
Add `cloudinary-build-url` dependency to your project:
1111

1212
<code-group>
1313
<code-block label="Yarn" active>
1414

1515
```bash
16-
yarn add cloudinary-builder-url
16+
yarn add cloudinary-build-url
1717
```
1818

1919
</code-block>
2020
<code-block label="NPM">
2121

2222
```bash
23-
npm install cloudinary-builder-url
23+
npm install cloudinary-build-url
2424
```
2525

2626
</code-block>
@@ -31,7 +31,7 @@ Add `cloudinary-builder-url` dependency to your project:
3131
You can provide a *global* configuration for Cloudinary builder by using `setConfig()` method.
3232

3333
```js
34-
import { setConfig } from 'cloudinary-builder-url'
34+
import { setConfig } from 'cloudinary-build-url'
3535

3636
setConfig({
3737
cloudName: 'your-cloud-name',

0 commit comments

Comments
 (0)