From a06933cd170cea4c62aebfc5e2c625ad81596073 Mon Sep 17 00:00:00 2001 From: Kees Kluskens Date: Sun, 16 Oct 2016 11:21:02 +0200 Subject: [PATCH] fix: Remove confusing statement about polyfill Fixes #7 --- README.md | 3 --- 1 file changed, 3 deletions(-) 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)