small grammar fix on readme

This commit is contained in:
Kelvin Tay 2017-01-22 17:46:31 +09:00
parent 2ef0e23dcf
commit 888348bd94
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade.
## Examples ## Examples
Here is one example for get you started: Here is one example for you to get started:
```python ```python
class Query(graphene.ObjectType): class Query(graphene.ObjectType):

View File

@ -52,7 +52,7 @@ upgrade.
Examples Examples
-------- --------
Here is one example for get you started: Here is one example for you to get started:
.. code:: python .. code:: python