Update README.md

Fixed very minor spelling mistake on line 521.

You = Your
This commit is contained in:
WrathZA
2016-11-17 19:20:08 +02:00
committed by Steve Sanderson
parent d6c6408457
commit bbbcb5ef18

View File

@@ -518,7 +518,7 @@ if (env.IsDevelopment()) {
app.UseWebpackDevMiddleware();
}
// You call to app.UseStaticFiles(); should be here
// Your call to app.UseStaticFiles(); should be here
```
Also check your webpack configuration at `webpack.config.js`. Since `UseWebpackDevMiddleware` needs to know which incoming requests to intercept, make sure you've specified a `publicPath` value on your `output`, for example: