Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit fc8a7ca

Browse files
authored
Use full loader names in README
1 parent 618c451 commit fc8a7ca

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
@@ -33,7 +33,7 @@ You'll also need another loader (like [json-loader](https://github.com/webpack/j
3333
### example.js
3434

3535
``` javascript
36-
var messages = require('messageformat?locale=en!json!./messages.json');
36+
var messages = require('messageformat-loader?locale=en!json-loader!./messages.json');
3737
messages['ordinal-example']({ N: 1 });
3838
// => 'The 1st message.'
3939
```

0 commit comments

Comments
 (0)