From 158322e1e47667108bd4e87dc9e7d7aa7b45414d Mon Sep 17 00:00:00 2001 From: Jamie Hannaford Date: Mon, 15 Dec 2014 10:05:52 +0000 Subject: [PATCH] Fix apostrophe --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1272390..2ddee94 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ PHP Parser ========== -This is a PHP 5.2 to PHP 5.6 parser written in PHP. It's purpose is to simplify static code analysis and +This is a PHP 5.2 to PHP 5.6 parser written in PHP. Its purpose is to simplify static code analysis and manipulation. [**Documentation for version 1.0.x**][doc_master] (stable; for running on PHP >= 5.3). @@ -73,4 +73,4 @@ Additionally, you can convert a syntax tree back to PHP code. This allows you to So, that's it, in a nutshell. You can find everything else in the [docs][doc_master]. [doc_0_9]: https://github.com/nikic/PHP-Parser/tree/0.9/doc - [doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc \ No newline at end of file + [doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc