From 2be90a764cd8c9f5717ce1761f230c20a3d557a4 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Fri, 28 Apr 2017 22:49:28 +0200 Subject: [PATCH] docs(README): typesetting, webpack 2 compatibility --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bcc6c4..1c0bcc2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ src="https://worldvectorlogo.com/logos/webpack.svg">

JSON5 Loader

-

Webpack loader for parsing json5 files into JavaScript objects.

+

A webpack loader for parsing json5 files into JavaScript objects.

Install

@@ -26,7 +26,7 @@ $ npm install --save-dev json5-loader You can use the loader either * by configuring the `json5-loader` in the `module.loaders` object of the webpack configuration, or - * by directly using the `json5!` prefix to the require statement. + * by directly using the `json5-loader!` prefix to the require statement. Suppose we have the following `json5` file ```js