From c42b81b1a397ab666234faaf880ad245c0d1c742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 23 Feb 2019 19:27:02 +0400 Subject: [PATCH] :bug: Fix project URL address for generation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e75e33..015f411 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Go to the directoy where you want to create your project and run: ```bash pip install cookiecutter -cookiecutter https://github.com/tiangolo/full-stack +cookiecutter https://github.com/tiangolo/full-stack-fastapi-postgresql ``` ### Generate passwords