Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Dec 29, 2015
1 parent 6326219 commit e7bf0cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ It sucks to <kbd>Ctrl-C</kbd> 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

Expand All @@ -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

Expand Down

0 comments on commit e7bf0cd

Please sign in to comment.