Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
fix: Remove confusing statement about polyfill
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
SpaceK33z authored and joshwiens committed Jul 22, 2017
1 parent cc618ea commit a06933c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -11,9 +11,6 @@ var json = require("json!./file.json");
// => returns file.json content as json parsed object
```

Don't forget to polyfill `require` if you want to use it in node.
See `webpack` documentation.

## License

MIT (http://www.opensource.org/licenses/mit-license.php)

0 comments on commit a06933c

Please sign in to comment.