Tim Dorr 9 лет назад
Родитель
Сommit
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