Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit c3d1a85

Browse files
authored
Merge pull request #11 from kevinzwhuang/update-readme
Update README example to use -loader suffix to reflect new requirement in Webpack 2
2 parents 42bb321 + b8d5763 commit c3d1a85

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 fileContent = require("raw!./file.txt");
10+
var fileContent = require("raw-loader!./file.txt");
1111
// => returns file.txt content as string
1212
```
1313

0 commit comments

Comments
 (0)