From 5bf58449eb935910c8d3248e93f4c6955bcd06f7 Mon Sep 17 00:00:00 2001 From: Jacob Bennett Date: Mon, 30 Jun 2014 14:24:50 -0500 Subject: [PATCH] Update readme.md Incorrect casing causes install to fail --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b74c58d..dcd105c 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ using a succinct and readable syntax popularised by Laravel 4. Add this line to your composer.json file in the `require field: ```json -"mnshankar/CSV": "dev-master" +"mnshankar/csv": "dev-master" ``` Then open `app/config/app.php` and add the following line in the `providers` array: @@ -41,4 +41,4 @@ Note that the 'with' statement can accept either an array or file path, and work ### License -This is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) \ No newline at end of file +This is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)