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 +}