From a2f17ab0ea5d64b69c568f192be31b759e97694a Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Tue, 20 Jan 2015 12:41:41 +0100 Subject: [PATCH] fix gist update example --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80d332e..b72ae27 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,9 @@ This means you also can modify and push updates to Gists: ```bash $ git commit -$ Username for 'https://gist.github.com': -$ Password for 'https://tiimgreen@gist.github.com': +$ git push +Username for 'https://gist.github.com': +Password for 'https://tiimgreen@gist.github.com': ``` [*Read more about creating gists.*](https://help.github.com/articles/creating-gists)