From 2bd5e98fc75a31c71f32136ef5b927910ab044d5 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 12 Jun 2013 02:17:50 +0200
Subject: [PATCH] README.md: Fix mistake & improve sample code

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8fed60a..fc7a892 100644
--- a/README.md
+++ b/README.md
@@ -55,8 +55,9 @@ Let's say you want to version control your `vim` configuration:
     vcsh vim add ~/.vimrc ~/.vim
     vcsh vim commit -m 'Initial commit of my Vim configuration'
     # optionally push your files to a remote
-    vcsh vim <remote> add origin REMOTE
+    vcsh vim remote add origin <remote>
     vcsh vim push origin master:master
+    vcsh vim branch --track master origin/master
 
 If all that looks a _lot_ like standard `git`, that's no coincidence; it's
 a design feature.
-- 
GitLab