This repository was archived by the owner on Apr 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
2020### bower
2121
22221 . Install the files using the following command. Use the optional ` --save ` parameter if you wish to save the dependency in your bower.json file.
23+
2324 ``` shell
2425 bower install cloudinary-core
2526 ```
26271 . Include the javascript file in your HTML. For Example:
2728
2829 ``` html
29- <script src =" ../ bower_components/cloudinary-core/cloudinary-core.js" ></script >
30+ <script src =" bower_components/cloudinary-core/cloudinary-core.js" ></script >
3031 ```
3132
3233### NPM
@@ -36,7 +37,7 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
36371 . Include the javascript file in your HTML. For Example:
3738
3839 ``` html
39- <script src =" ../ node_modules/cloudinary-core/cloudinary-core.js" ></script >
40+ <script src =" node_modules/cloudinary-core/cloudinary-core.js" ></script >
4041 ```
4142
4243For the server side NPM library, please refer to https://github.com/cloudinary/cloudinary_npm .
You can’t perform that action at this time.
0 commit comments