Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit bc225fe

Browse files
committed
Update dependencies and documentation of script tags.
1 parent d647640 commit bc225fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
2020
### bower
2121

2222
1. 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
```
2627
1. 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
3637
1. 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

4243
For the server side NPM library, please refer to https://github.com/cloudinary/cloudinary_npm.

0 commit comments

Comments
 (0)