From 4da4b06540d749243f5cb1cb46516f744750eee6 Mon Sep 17 00:00:00 2001 From: Jaisen Mathai Date: Sat, 28 Nov 2015 16:03:38 -0800 Subject: [PATCH] Updating README to use composer require/install --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa2df64..c30d84f 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,9 @@ This library lets you efficiently stream the contents of an S3 bucket/folder as ## Installation Installation is done via composer by adding the a dependency on jmathai/s3-bucket-stream-zip-php. -```json -{ - "require": { - "jmathai/s3-bucket-stream-zip-php": "dev-master" - } -} +``` +composer require jmathai/s3-bucket-stream-zip-php +composer install ``` ## Usage