diff --git a/README.md b/README.md index 62a36f0..6f6d90a 100644 --- a/README.md +++ b/README.md @@ -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>=2.0.dev" +pip install "graphene-django>=2.0" ``` ### Settings diff --git a/README.rst b/README.rst index 27cbdc0..c19b802 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell .. code:: bash - pip install "graphene-django>=2.0.dev" + pip install "graphene-django>=2.0" Settings ~~~~~~~~