Added link to cleaner hello world example in README (#52)

This commit is contained in:
vladar 2016-09-16 16:03:43 +07:00
parent cf38297d75
commit 08b96c59bf

View File

@ -36,6 +36,8 @@ This PHP implementation is a thin wrapper around your existing data layer and bu
Actual data fetching has to be implemented on the user land.
Check out single-file [hello world](https://gist.github.com/leocavalcante/9e61ca6065130e37737f24892d81fa40) example for quick introduction.
## Installing graphql-php
```
$> curl -sS https://getcomposer.org/installer | php