Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Update README.md #443

Merged
merged 1 commit into from
Nov 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.SpaServices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down