From d52dfa6ecb85cde49c496e4ad8d213c334e5b2fa Mon Sep 17 00:00:00 2001 From: Gustavo Barbosa Date: Mon, 4 Sep 2017 21:27:32 -0400 Subject: [PATCH] readme: fix instruction to install 2.0.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ca6ac56..ab72573f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A [SQLAlchemy](http://www.sqlalchemy.org/) integration for [Graphene](http://gra For instaling graphene, just run this command in your shell ```bash -pip install "graphene-sqlalchemy>=2.0" +pip install "graphene-sqlalchemy>=2.0.dev" ``` ## Examples