From e7bf0cd5cdb0b15de50376e69b5370d60966c72d Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Tue, 29 Dec 2015 00:08:59 -0600 Subject: [PATCH] Formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f00c0e..c461c30 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ It sucks to Ctrl-C your build script & server just to install a dependency you didn't know you needed until now. -Instead, use `require` or `import` how -you normally would and `npm install` will happen automatically between reloads. +Instead, use `require` or `import` how you normally would and `npm install` +will happen automatically install missing dependencies between reloads. ### Usage @@ -28,7 +28,7 @@ module: { ``` This will ensure that any other loaders -(e.g. `eslint-loader`, `babel-loader`,e tc.) have completed. +(e.g. `eslint-loader`, `babel-loader`, etc.) have completed. ### Saving