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