Skip to content

Commit 723d0cf

Browse files
Kelvin4664charettes
authored andcommitted
Fix git clone path
1 parent f4458a4 commit 723d0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Tooling and test execution support for [Django][0] :unicorn:
2525
$ mkdir ~/Sources
2626
$ cd ~/Sources
2727
$ git clone https://github.com/django/django.git
28-
$ git clone https://github.com/django-docker-box/django-docker-box.git
28+
$ git clone https://github.com/django/django-docker-box.git
2929
$ cd django-docker-box
3030
```
3131

0 commit comments

Comments
 (0)