Skip to content

Commit 49bc67e

Browse files
committed
chore: readme
1 parent d4ee80d commit 49bc67e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ JQuery wrapper for [Grid.js](https://gridjs.io/)
44

55
## Install
66

7+
Include jQuery and gridjs-jquery in the `<head>` tag:
8+
9+
```html
10+
<script src="https://unpkg.com/jquery/dist/jquery.min.js"></script>
11+
<script src="https://unpkg.com/gridjs-jquery/dist/gridjs.production.min.js"></script>
12+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/gridjs/dist/theme/mermaid.min.css" />
13+
```
14+
15+
or install using NPM:
16+
717
```bash
818
npm install --save gridjs-jquery
919
```

0 commit comments

Comments
 (0)