We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b72da6 commit 7086519Copy full SHA for 7086519
README.md
@@ -4,13 +4,23 @@ Nonblocking UI elements in JavaScript.
4
5
## Installation
6
7
-Install via NPM with:
+### Install via NPM with:
8
9
```sh
10
npm install --save nonblockjs
11
```
12
13
-Include `NonBlock.css` and `NonBlock.js` in your page.
+```html
14
+<script type="text/javascript" src="node_modules/nonblockjs/NonBlock.js"></script>
15
+<link type="text/css" rel="stylesheet" href="node_modules/nonblockjs/NonBlock.css" />
16
+```
17
+
18
+### Or use jsDelivr:
19
20
21
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/nonblockjs@1/NonBlock.js"></script>
22
+<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nonblockjs@1/NonBlock.css" />
23
24
25
## Usage
26
0 commit comments