Skip to content

Commit d4ac047

Browse files
authored
Merge pull request #2 from christiannwamba/patch-1
Proper syntax highlighting
2 parents caba838 + bbadc20 commit d4ac047

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
2121
```
2222

2323
1. Include the javascript files in your code. For Example:
24-
24+
25+
```js
2526
import {Image} from 'cloudinary-react';
27+
```
2628

2729

2830
## Setup
2931

3032
In order to properly use this library you have to provide it with a few configuration parameters. All configuration parameters can be applied directly to the element or using a CloudinaryContext element.
3133

3234

33-
```
35+
```js
3436
ReactDOM.render(
3537
<div>
3638
<h1>Hello, world!</h1>

0 commit comments

Comments
 (0)