diff --git a/lessons/11-productionish-server.md b/lessons/11-productionish-server.md index b0013dab..104bd213 100644 --- a/lessons/11-productionish-server.md +++ b/lessons/11-productionish-server.md @@ -12,7 +12,7 @@ depending on the environment. Let's install a couple modules: ``` -npm install if-env compression --save +npm install express if-env compression --save ``` First, we'll use the handy `if-env` in `package.json`. Update your