Skip to content

Commit

Permalink
Add note about io.js/Node.js compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed Jun 16, 2015
1 parent e4fd6a1 commit 6b0c682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ require(['dompurify'], function(DOMPurify) {
});
```

You can also grab the files straight from NPM:
_(Note: DOMPurify [doesn't work in Node.js yet](https://github.com/cure53/DOMPurify/issues/29), but runs fine with [Browserify](http://browserify.org/).)_
You can also grab the files straight from npm (requires either [io.js](https://iojs.org) or [Browserify](http://browserify.org/), **Node.js 0.x is not supported**):

```bash
npm install dompurify
Expand Down

0 comments on commit 6b0c682

Please sign in to comment.