We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bd732 commit 8ada628Copy full SHA for 8ada628
lessons/11-productionish-server/README.md
@@ -12,7 +12,7 @@ depending on the environment.
12
Let's install a couple modules:
13
14
```
15
-npm install if-env compression --save
+npm install express if-env compression --save
16
17
18
First, we'll use the handy `if-env` in `package.json`. Update your
0 commit comments