diff --git a/README.md b/README.md index 7a0436a..1feb826 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@

JSON Loader

-**Note: Since webpack v2, JSON files will work by default. You might still want to use this if you use a custom file extension.** -

Install

```bash npm install --save-dev json-loader ``` +⚠️ **Note: Since webpack v2, importing of JSON files will work by default. You might still want to use this if you use a custom file extension.** +

Usage