Browse Source

Add #96 manually.

Tim Dorr 9 năm trước cách đây
mục cha
commit
8ada6280ea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lessons/11-productionish-server/README.md

+ 1 - 1
lessons/11-productionish-server/README.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