diff --git a/lessons/10-clean-urls/README.md b/lessons/10-clean-urls/README.md index 1a3bb2e7..238be205 100644 --- a/lessons/10-clean-urls/README.md +++ b/lessons/10-clean-urls/README.md @@ -43,7 +43,7 @@ The Webpack Dev Server has an option to enable this. Open up `package.json` and add `--history-api-fallback`. ```json - "start": "webpack-dev-server --inline --content-base . --history-api-fallback" + "start": "webpack-dev-server --inline --content-base --history-api-fallback" ``` We also need to change our relative paths to absolute paths in