Fixed invalid version reference in README which may be confusing

This commit is contained in:
vladar 2016-11-19 17:52:41 +07:00
parent bf748e1421
commit 7fe5fc3980

View File

@ -80,7 +80,7 @@ Check out single-file [hello world](https://gist.github.com/leocavalcante/9e61ca
## Installing graphql-php
```
$> curl -sS https://getcomposer.org/installer | php
$> php composer.phar require webonyx/graphql-php='dev-master'
$> php composer.phar require webonyx/graphql-php="^0.7"
```
If you are upgrading, see [upgrade instructions](UPGRADE.md)