From 9c8cc05364b31bac5ebf44cc246fc970f3ea8586 Mon Sep 17 00:00:00 2001 From: Philip Brown Date: Tue, 27 Oct 2015 18:34:58 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 88500dd..4d0a4ed 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,9 @@ Join the community and come discuss about Spout: [![Gitter](https://badges.gitte Spout can be installed directly from [Composer](https://getcomposer.org/). -Add "box/spout" as a dependency in your project's composer.json file: -```json -"require": { - "box/spout": "~2.0" -} +Run the following command: ``` - -Then run the install command from Composer: -``` -php composer.phar install +$ composer require box/spout ``` ### Manual installation