Skip to content

Commit ae9e13d

Browse files
committed
fix clone command in README
1 parent 93796da commit ae9e13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cookbook/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ whole Graphene repository:
1313

1414
```bash
1515
# Get the example project code
16-
git clone https://github.com/graphql-python/graphene.git
17-
cd graphene/examples/cookbook
16+
git clone https://github.com/graphql-python/graphene-django.git
17+
cd graphene-django/examples/cookbook
1818
```
1919

2020
It is good idea (but not required) to create a virtual environment

0 commit comments

Comments
 (0)