From d82776e0fd63e587a57ce799db79449af16f49ec Mon Sep 17 00:00:00 2001 From: Shubhankar Date: Fri, 11 Mar 2022 12:25:13 -0600 Subject: [PATCH] Flag -c v1 is slightly confusing in branch v2 (#264) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49a1eb3..19f1a3a 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,10 @@ $ conda install cookiecutter ``` -### To start a new project, run: +### To start a new project (installs v2 by default), run: ------------ - cookiecutter -c v1 https://github.com/drivendata/cookiecutter-data-science - + cookiecutter https://github.com/drivendata/cookiecutter-data-science # use flag -c v1 for version1 [![asciicast](https://asciinema.org/a/244658.svg)](https://asciinema.org/a/244658)