Merge pull request #406 from kelvintaywl/fix-small-readme-typo

small grammar fix on readme
This commit is contained in:
Syrus Akbary 2017-01-22 09:37:24 -08:00 committed by GitHub
commit 02eb6856ed
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