Edited wiki page GettingStarted through web user interface. Changed 'hg' to 'git'.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index a6eb3bf..def3701 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -17,7 +17,7 @@
 If you do not yet have a melange directory set up, run the following commands.
 
 {{{
-hg clone http://soc.googlecode.com/hg/ melange
+git clone http://soc.googlecode.com/hg/ melange
 cd melange
 python bootstrap.py 
 bin/buildout
@@ -77,7 +77,7 @@
 Using Mercurial repository:
 
 {{{
-hg clone http://soc.googlecode.com/hg/ melange
+git clone http://soc.googlecode.com/hg/ melange
 }}}
 
 You can use TortoiseHg to do the checkout from http://soc.googlecode.com/hg/ Mercurial repository.