From 2233a1464ace7e1c9891ad6fe80d6e1b280b7767 Mon Sep 17 00:00:00 2001
From: Ryan Kadwell <ryan@pause.ca>
Date: Fri, 21 Jun 2013 12:17:45 -0400
Subject: [PATCH] Updates to README.md

---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index b970b5e071..300b76159a 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
 # PHP-Git2 - libgit2 bindings in PHP
 
-php-git2 is a PHP bindings to the libgit2 linkable C Git library. 
-this extension are re-writing php-git as that code too dirty.
+php-git2 is a PHP binding to the libgit2 linkable C Git library.
+This extension is a re-writing of php-git as that code was too dirty.
 
 # Important Notice
 
-php-git changed it's API drastically. this changes doesn't care about compatibility between old one.
-please check tests cases.
+php-git changed it's API drastically. These changes do not care about backward
+compatiblity. Please take a look at the tests for examples of the new API.
 
 # Installing And Running
 
-you need to install libgit2 before make php-git.
+You need to install libgit2 before you can make php-git.
 
 ````
 git clone https://github.com/libgit2/php-git.git --recursive
@@ -28,7 +28,7 @@ sudo make install
 # add `extension=git2.so` to your php.ini
 ````
 
-new php-git features almost tested.
+New php-git features are almost tested.
 
 # API
 
@@ -161,11 +161,11 @@ bool $odb->exists(sha1)// same as Git2\Repository::exists
 ````
 
 ## Reflog
-will be add.
+Will be added.
 
 ## Remote access (Experimental)
 
-this API will be change.
+This API will be changed.
 
 ````
 $repo = new Git2\Repository("/path/to/.git");