소스 검색

Add #96 manually.

Tim Dorr 9 년 전
부모
커밋
8ada6280ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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