From db2d8fb6fd669d10c7965e9fcc55eea1d4d81aef Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Mon, 7 Aug 2017 13:26:15 -0700 Subject: [PATCH] Fix github username cli argument (#106) Fixes: https://github.com/hootsuite/atlantis/issues/104 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 267cea5dc..3dbc02b59 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Once you've created the user (or have decided to use an existing user) you need ### Start Atlantis Now you're ready to start Atlantis! Run ``` -$ atlantis server --atlantis-url $URL --gh-username $USERNAME --gh-token $TOKEN +$ atlantis server --atlantis-url $URL --gh-user $USERNAME --gh-token $TOKEN 2049/10/6 00:00:00 [WARN] server: Atlantis started - listening on port 4141 ```