Skip to content

Commit b17e88c

Browse files
committed
update readme about browser builds
1 parent a2ef6f5 commit b17e88c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ while (queue.length) array.push(queue.pop());
3333

3434
Install as an NPM module:
3535

36-
```js
36+
```bash
3737
$ npm install tinyqueue
3838
```
39+
40+
Make a browser build using Browserify:
41+
42+
```bash
43+
$ npm install -g browserify
44+
$ browserify index.js -s TinyQueue > tinyqueue.js
45+
```

0 commit comments

Comments
 (0)