update docs

This commit is contained in:
AJ ONeal 2019-11-05 03:30:53 -07:00
parent 6296c8a737
commit 47140f6296
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ npm install --save greenlock-express@v3
``` ```
```bash ```bash
npx greenlock init \ npx greenlock init --maintainer-email 'jon@example.com' --manager-config-file ./greenlock.json
--maintainer-email 'jon@example.com' \
--manager-config-file ./greenlock.json
``` ```
<details> <details>