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

Commit 5109fb9

Browse files
kevinzwhuangjoshwiens
authored andcommitted
docs: Update README with -loader suffix to reflect Webpack 2 change
1 parent ee75f99 commit 5109fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Usage
88

99
``` javascript
10-
var json = require("json!./file.json");
10+
var json = require("json-loader!./file.json");
1111
// => returns file.json content as json parsed object
1212
```
1313

0 commit comments

Comments
 (0)