Browse Source

Update documentation

Matt Coles 9 years ago
parent
commit
f412716bbc
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -64,6 +64,13 @@ Then start the Express framework using:
64 64
 node index.js
65 65
 ```
66 66
 
67
+A production environment, using HTTPS can be started using:
68
+```
69
+node index.js -p
70
+```
71
+Do note that this requires both cert.pem and key.pem to be in the root directory
72
+of the project for SSL or it will not start.
73
+
67 74
 # API
68 75
 
69 76
 ### /hello/:name/