diff --git a/README.md b/README.md index fa4cbc5..4e6a271 100644 --- a/README.md +++ b/README.md @@ -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 ```