update docs

This commit is contained in:
AJ ONeal 2019-11-05 03:30:53 -07:00
부모 6296c8a737
커밋 47140f6296
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

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