Fixed install version in README

This commit is contained in:
Syrus Akbary 2016-09-30 09:08:47 -07:00
parent 5b11ad289a
commit 787ba73255
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell
.. code:: bash
pip install "graphene-django>=1.0.dev"
pip install "graphene-django>=1.0"
Settings
~~~~~~~~