diff --git a/src/Microsoft.AspNetCore.SpaServices/README.md b/src/Microsoft.AspNetCore.SpaServices/README.md index 4b790777..94fe943d 100644 --- a/src/Microsoft.AspNetCore.SpaServices/README.md +++ b/src/Microsoft.AspNetCore.SpaServices/README.md @@ -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: