diff --git a/README.md b/README.md index 9e62e61..b5cb1d0 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ npx greenlock add --subject example.com --altnames example.com,www.example.com ```json -{ "sites": [{ "subject": "example.com", "altnames": ["example.com,www.example.com"] }] } +{ "sites": [{ "subject": "example.com", "altnames": [ "example.com", "www.example.com" ] }] } ``` ### 4. Hello, Encrypted World!