From aa6656e723658862b4fb4e2fecffce31d8b1d5ac Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 8 Aug 2016 18:10:23 -0400 Subject: [PATCH] remove cruft --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ea57244..0ed0f29 100644 --- a/README.md +++ b/README.md @@ -207,9 +207,7 @@ TODO fetch domain tld list The following variables will be tempalted in any strings passed to the options object: * `~/` replaced with `os.homedir()` i.e. `/Users/aj` -* `:hostname` replaced with the domain i.e. `example.com` -* `:config` replaced with `configDir` i.e. `~/letsencrypt/etc` -* `:server` replaced with the hostname + pathname of the acme server api +* `:hostname` replaced with the first domain in the list i.e. `example.com` Developer API -------------