Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 8, 2019
1 parent 0d26c69 commit 8545942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -164,7 +164,7 @@ For more details please refer to:
When using with html-webpack-plugin, you can access dev-middleware in-memory filesystem to serve index.html file:

```js
const middleware = koaWebpack({ config });
const middleware = await koaWebpack({ config });

app.use(middleware);

Expand Down

0 comments on commit 8545942

Please sign in to comment.