You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
20
20
### bower
21
21
22
22
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
+
23
24
```shell
24
25
bower install cloudinary-core
25
26
```
@@ -34,11 +35,13 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
34
35
The following instructions describe the installation of the **client-side libraries**. For the server side NodeJS library, see https://github.com/cloudinary/cloudinary_npm
35
36
36
37
1. Install the files using:
37
-
```
38
+
39
+
```shell
38
40
npm install lodash
39
41
npm install cloudinary-core
40
42
```
41
43
1. Include the javascript file in your HTML. For Example:
0 commit comments