From 6e9700d4ea305bab41d7e48338cceae5af4e5add Mon Sep 17 00:00:00 2001 From: Tim Joosten Date: Fri, 11 Sep 2015 22:40:58 +0200 Subject: [PATCH] Fix capital letters in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b12e15..95d1735 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# formatters +# Formatters Formats PHP arrays, PHP objects and RDF triples in a lot of formats. We serve all. @@ -8,7 +8,7 @@ Formats PHP arrays, PHP objects and RDF triples in a lot of formats. We serve al Is a formatter lacking? Does a formatter contain a mistake? Don't hesitate to fork and file pull requests! -## install +## Install Include the formatters in your project by creating a composer.json file with a requirement: "tdt/formatters"=>"dev-master". Then do: @@ -17,6 +17,6 @@ $ curl -s http://getcomposer.org/installer | php $ php composer.phar install ``` -## usage +## Usage -Check the example directory \ No newline at end of file +Check the example directory