From 24f03c12cf5d908ff9b5a03e7712e57b7b291e25 Mon Sep 17 00:00:00 2001 From: Roman Tezikov Date: Mon, 23 Aug 2021 16:28:52 +0300 Subject: [PATCH] fix version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e545191..32946ad2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Your next Python package needs a bleeding-edge project structure. ## TL;DR ```bash -cookiecutter gh:TezRomacH/python-package-template --checkout vv1.1.0 +cookiecutter gh:TezRomacH/python-package-template --checkout v1.1.0 ``` > All you need is the latest version of cookiecutter 😉 @@ -65,7 +65,7 @@ pip install -U cookiecutter then go to a directory where you want to create your project and run: ```bash -cookiecutter gh:TezRomacH/python-package-template --checkout vv1.1.0 +cookiecutter gh:TezRomacH/python-package-template --checkout v1.1.0 ``` ### Input variables