diff --git a/lessons/11-productionish-server/README.md b/lessons/11-productionish-server/README.md index 30582eba..1eeb396d 100644 --- a/lessons/11-productionish-server/README.md +++ b/lessons/11-productionish-server/README.md @@ -31,7 +31,6 @@ In the root directly, go open up `webpack.config.js` and add the publicPath '/' ``` // webpack.config.js output: { - path: 'public', filename: 'bundle.js', publicPath: '/' }, @@ -78,7 +77,7 @@ clicking around, try navigating to [http://localhost:8080/package.json](http://l Whoops. Let's fix that. We're going to shuffle around a couple files and update some paths scattered across the app. -1. make a `public` directory. +1. Make a `public` directory. 2. Move `index.html` and `index.css` into it. Now let's update `server.js` to point to the right directory for static