Merge pull request #133 from philipbrown/patch-1

Update README.md
This commit is contained in:
Adrien Loison 2015-10-27 11:44:01 -07:00
commit 6c97141679

View File

@ -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