From 4d6c006638fc4f3565490a1f07bbf9a0cba1100e Mon Sep 17 00:00:00 2001 From: Peter Cable Date: Fri, 14 Oct 2016 15:07:40 -0700 Subject: [PATCH] Correct repository name in examples/flask_sqlalchemy/README.md --- examples/flask_sqlalchemy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/flask_sqlalchemy/README.md b/examples/flask_sqlalchemy/README.md index 992a8acd..9ac55525 100644 --- a/examples/flask_sqlalchemy/README.md +++ b/examples/flask_sqlalchemy/README.md @@ -13,8 +13,8 @@ whole Graphene repository: ```bash # Get the example project code -git clone https://github.com/graphql-python/graphene.git -cd graphene/examples/flask_sqlalchemy +git clone https://github.com/graphql-python/graphene-sqlalchemy.git +cd graphene-sqlalchemy/examples/flask_sqlalchemy ``` It is good idea (but not required) to create a virtual environment