changeset 728:2f8bedc6007d

Fixed small typo
author CoolOppo <CoolOppo@users.noreply.github.com>
date Sun, 25 May 2014 20:18:40 -0400
parents 9aa80419328f
children 371e62e7cacd
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon May 19 20:39:43 2014 -0700
+++ b/README.md	Sun May 25 20:18:40 2014 -0400
@@ -76,7 +76,7 @@
 
 Hg-Git can also be used to convert a Mercurial repository to Git.  You can use
 a local repository or a remote repository accessed via SSH, HTTP or HTTPS.  Use
-the following commands to convert the repository (it assumes your running this
+the following commands to convert the repository (it assumes you're running this
 in $HOME).
 
     $ mkdir git-repo; cd git-repo; git init; cd ..