Skip to content

Commit 787ba73

Browse files
committed
Fixed install version in README
1 parent 5b11ad2 commit 787ba73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
1212
For instaling graphene, just run this command in your shell
1313

1414
```bash
15-
pip install "graphene-django>=1.0.dev"
15+
pip install "graphene-django>=1.0"
1616
```
1717

1818
### Settings

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell
1717

1818
.. code:: bash
1919
20-
pip install "graphene-django>=1.0.dev"
20+
pip install "graphene-django>=1.0"
2121
2222
Settings
2323
~~~~~~~~

0 commit comments

Comments
 (0)