diff --git a/README.md b/README.md index 1e27b52..903e3f8 100644 --- a/README.md +++ b/README.md @@ -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)