File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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:
3131You 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
3636setConfig ({
3737 cloudName: ' your-cloud-name' ,
You can’t perform that action at this time.
0 commit comments