Update README.md

This commit is contained in:
Philip Brown 2015-10-27 18:34:58 +00:00
parent 2a9400dfca
commit 9c8cc05364

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/). Spout can be installed directly from [Composer](https://getcomposer.org/).
Add "box/spout" as a dependency in your project's composer.json file: Run the following command:
```json
"require": {
"box/spout": "~2.0"
}
``` ```
$ composer require box/spout
Then run the install command from Composer:
```
php composer.phar install
``` ```
### Manual installation ### Manual installation