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

Commit

Permalink
docs: Update README with -loader suffix to reflect Webpack 2 change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwhuang authored and joshwiens committed Jul 22, 2017
1 parent ee75f99 commit 5109fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 5109fb9

Please sign in to comment.