From dd86fbe048cc52ccf6d57fcb55c0926ecd0d1561 Mon Sep 17 00:00:00 2001 From: Zoran Zaric Date: Mon, 9 May 2011 13:43:09 +0200 Subject: [PATCH] Fix spelling mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c3a28..d88b1ce 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Iterate over all entries of the index: Index write: >>> index.add('path/to/file') # git add - >>> del index['path/to/file'] # gig rm + >>> del index['path/to/file'] # git rm >>> index.write() # don't forget to save the changes Revision walking: