Esse commit está contido em:
AJ ONeal 2019-11-05 03:30:53 -07:00
commit 47140f6296
1 arquivos alterados com 1 adições e 3 exclusões

Ver arquivo

@ -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>