Skip to content

Commit 2b6f671

Browse files
authored
README: Add unpkg link
1 parent 12c1bfc commit 2b6f671

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
$ npm install algorithms-js
1010
```
1111

12+
Or use `unpkg`:
13+
14+
```html
15+
<script src="https://unpkg.com/algorithms-js/dist/algorithms.min.js"></script>
16+
```
17+
1218
## Usage
1319
Library contains both algorithms as well as data structures:
1420

0 commit comments

Comments
 (0)