changeset 329:3f0ceaf30344

README: say 'an explicit protocol prefix'
author Tay Ray Chuan <rctay89@gmail.com>
date Mon, 17 May 2010 22:27:46 +0800
parents 5875262c92ac
children 37ff4189b05b
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon May 17 19:55:17 2010 +0800
+++ b/README.md	Mon May 17 22:27:46 2010 +0800
@@ -26,7 +26,7 @@
 hg-git would clone the repository down into the directory 'munger.git', then
 convert it to an Hg repository for you.
 
-If you want to clone a github repository for later pushing (or any other repository you access via ssh), you need to convert the ssh url to a format with explicit protocol prefix (mind the switch from colon to slash after the host!):
+If you want to clone a github repository for later pushing (or any other repository you access via ssh), you need to convert the ssh url to a format with an explicit protocol prefix (mind the switch from colon to slash after the host!):
 
     $ git clone git@github.com:schacon/hg-git.git
     $ hg clone git+ssh://git@github.com/schacon/hg-git.git