From ae9e13d0add37998590c683c2d7d93f4a4ebcf47 Mon Sep 17 00:00:00 2001 From: cph Date: Mon, 17 Oct 2016 14:49:27 +0800 Subject: [PATCH] fix clone command in README --- examples/cookbook/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cookbook/README.md b/examples/cookbook/README.md index f5d9150..ea971e0 100644 --- a/examples/cookbook/README.md +++ b/examples/cookbook/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/cookbook +git clone https://github.com/graphql-python/graphene-django.git +cd graphene-django/examples/cookbook ``` It is good idea (but not required) to create a virtual environment