Skip to content

Commit

Permalink
Fixed install version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Sep 30, 2016
1 parent 5b11ad2 commit 787ba73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~
Expand Down

0 comments on commit 787ba73

Please sign in to comment.