This commit is contained in:
ryanburnette 2019-11-01 12:57:32 +00:00
parent 36abf769be
commit d11b45c409
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ npm init
## 2. Create an http app (i.e. express) ## 2. Create an http app (i.e. express)
This example is shown with Express, but any node app will doGreenlock This example is shown with Express, but any node app will do. Greenlock
works with everything. works with everything.
(or any node-style http app) (or any node-style http app)