Merge pull request #332 from MichaelDanielTom/MichaelDanielTom-patch-1

Readme typo fix
This commit is contained in:
Syrus Akbary 2017-11-29 22:06:26 -08:00 committed by GitHub
commit 24706f50d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
## Installation
For instaling graphene, just run this command in your shell
For installing graphene, just run this command in your shell
```bash
pip install "graphene-django>=2.0"

View File

@ -13,7 +13,7 @@ A `Django <https://www.djangoproject.com/>`__ integration for
Installation
------------
For instaling graphene, just run this command in your shell
For installing graphene, just run this command in your shell
.. code:: bash