Skip to content

Commit

Permalink
Merge pull request #7 from mull/patch-2
Browse files Browse the repository at this point in the history
Use koa-webpack-... rather than webpack-...
  • Loading branch information
dayAlone committed Dec 17, 2015
2 parents 9948bff + 4731f33 commit 2820309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Now add the middleware into your server:
}));
```

2. Add `webpack-hot-middleware` attached to the same compiler instance
2. Add `koa-webpack-hot-middleware` attached to the same compiler instance
```js
app.use(require("webpack-hot-middleware")(compiler));
app.use(require("koa-webpack-hot-middleware")(compiler));
```

And you're all set!
Expand Down

0 comments on commit 2820309

Please sign in to comment.