From 270aeb61ec5ae4a2e28dafb627e37eb4a48ab910 Mon Sep 17 00:00:00 2001
From: Danny Kopping <dannykopping@gmail.com>
Date: Sun, 18 Jan 2015 10:54:30 +0200
Subject: [PATCH] Fixing spelling error

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a818dbefe0..9c915f87d5 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ cd php-git
 phpize
 ./configure
 make
-sudo make Install
+sudo make install
 ````
 
 # API
@@ -109,4 +109,4 @@ $walker->push("6e20138dc38f9f626107f1cd3ef0f9838c43defe");
 foreach ($walker as $oid => $commit) {
         printf("oid: %s\n", $oid);
         printf("message: %s\n", $commit->getMessage());
-}
\ No newline at end of file
+}