Skip to content

Commit 471fc21

Browse files
committed
Doc update
1 parent 31512c1 commit 471fc21

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ This SDK required jQuery, or more specifically the `$.ajax()`, method to be acce
88

99
## Installation
1010

11-
Download the `imagekit.js` file from the dist directory and load it using a `<script>` tag after loading jQuery.
11+
Download the `imagekit.js` file from the dist directory or using the following command. Use the optional `--save` parameter if you wish to save the dependency in your `package.json` file.
12+
13+
```
14+
npm install imagekit-javascript
15+
```
16+
17+
Load it using a `<script>` tag after loading jQuery.
1218

1319
```
1420
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)