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

Commit b88c428

Browse files
committed
Add #111 manually.
1 parent 369ef5b commit b88c428

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lessons/11-productionish-server/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ app.listen(PORT, function() {
5858

5959
Now run:
6060

61-
```
61+
```sh
6262
NODE_ENV=production npm start
63+
# For Windows users:
64+
# SET NODE_ENV=production npm start
6365
```
6466

6567
Congratulations! You now have a production server for this app. After

0 commit comments

Comments
 (0)