From b95a10b0ac88071caff0e5d84200b6adb3bcbff1 Mon Sep 17 00:00:00 2001 From: "Vicente G. Reyes" Date: Sun, 22 Sep 2019 17:52:39 +0800 Subject: [PATCH] Update README.rst edited github username on readme.md --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 30a3a2db4..afdd45b49 100644 --- a/README.rst +++ b/README.rst @@ -137,7 +137,7 @@ First, get Cookiecutter. Trust me, it's awesome:: Now run it against this repo:: - $ cookiecutter https://github.com/pydanny/cookiecutter-django + $ cookiecutter https://github.com/reyesvicente/cookiecutter-django You'll be prompted for some values. Provide them, then a Django project will be created for you.