Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 8ada628

Browse files
committed
Add #96 manually.
1 parent 89bd732 commit 8ada628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/11-productionish-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depending on the environment.
1212
Let's install a couple modules:
1313

1414
```
15-
npm install if-env compression --save
15+
npm install express if-env compression --save
1616
```
1717

1818
First, we'll use the handy `if-env` in `package.json`. Update your

0 commit comments

Comments
 (0)