Skip to content

Commit 323e877

Browse files
committed
Add information about usage in the browser
1 parent bbec0f7 commit 323e877

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
@@ -23,6 +23,12 @@ With [npm](http://npmjs.org) do:
2323
npm install jsonml-parse
2424
```
2525

26+
`jsonml-parse` also works in the browser, both via [browserify](http://browserify.org) and as a [stand-alone script](http://wzrd.in/standalone/jsonml-parse@latest):
27+
28+
```html
29+
<script src="http://wzrd.in/standalone/jsonml-parse@latest"></script>
30+
```
31+
2632
## Usage
2733

2834
```javascript

0 commit comments

Comments
 (0)