Skip to content

Commit

Permalink
chore: README.md fixes and corrections (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
LavaToaster authored and shellscape committed Jun 24, 2018
1 parent d0382da commit 4634bd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Next, setup the module in your code. (We're assuming ES6 syntax here)

```js
const Koa = require('koa');
const middleware = require('koa-webpack');

const app = new Koa();

Expand Down Expand Up @@ -124,7 +123,7 @@ koaWebpack({ config })
Type: `Object`
`optional`

The `dev` property should contain options for `webpack-dev-middleware`, a list of
The `devMiddleware` property should contain options for `webpack-dev-middleware`, a list of
which is available at [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware).
Omitting this property will result in `webpack-dev-middleware` using its default
options.
Expand All @@ -134,7 +133,7 @@ options.
Type: `Object|Boolean`
`optional`

The `hot` property should contain options for `webpack-hot-client`, a list of
The `hotClient` property should contain options for `webpack-hot-client`, a list of
which is available at [webpack-hot-client](https://github.com/webpack-contrib/webpack-hot-client).
Omitting this property will result in `webpack-hot-client` using its default
options.
Expand Down

0 comments on commit 4634bd0

Please sign in to comment.