mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
Fixed install version in README
This commit is contained in:
parent
5b11ad289a
commit
787ba73255
|
@ -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
|
||||
|
|
|
@ -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
|
||||
~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue
Block a user