Update README.md

This commit is contained in:
Adrien Loison 2015-07-16 23:16:31 -07:00
parent d410224e2d
commit ad6b881685

View File

@ -20,7 +20,7 @@ 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": "*"
"box/spout": "~1.0"
}
```