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

Commit cc37a37

Browse files
committed
Fix markdown in README.md
1 parent f92716f commit cc37a37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ 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
```
@@ -34,11 +35,13 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
3435
The following instructions describe the installation of the **client-side libraries**. For the server side NodeJS library, see https://github.com/cloudinary/cloudinary_npm
3536

3637
1. Install the files using:
37-
```
38+
39+
```shell
3840
npm install lodash
3941
npm install cloudinary-core
4042
```
4143
1. Include the javascript file in your HTML. For Example:
44+
4245
```html
4346
<script src="node_modules/lodash/lodash.js" type="text/javascript"></script>
4447
<script src="node_modules/cloudinary-core/cloudinary-core.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)