diff --git a/README.md b/README.md index 903e3f8..9ec89b0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Usage ``` javascript -var json = require("json!./file.json"); +var json = require("json-loader!./file.json"); // => returns file.json content as json parsed object ```