Updated versions in readme

This commit is contained in:
Syrus Akbary 2017-09-01 01:25:41 -07:00
parent 55f9d72ecc
commit 0e28ccc30a
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Please read [UPGRADE-v1.0.md](https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md) to learn how to upgrade to Graphene `1.0`. Please read [UPGRADE-v2.0.md](https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md) to learn how to upgrade to Graphene `2.0`.
--- ---
@ -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 For instaling graphene, just run this command in your shell
```bash ```bash
pip install "graphene-django>=1.0" pip install "graphene-django>=2.0.dev"
``` ```
### Settings ### Settings

View File

@ -1,6 +1,6 @@
Please read Please read
`UPGRADE-v1.0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md>`__ `UPGRADE-v2.0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md>`__
to learn how to upgrade to Graphene ``1.0``. to learn how to upgrade to Graphene ``2.0``.
-------------- --------------
@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell
.. code:: bash .. code:: bash
pip install "graphene-django>=1.0" pip install "graphene-django>=2.0.dev"
Settings Settings
~~~~~~~~ ~~~~~~~~