diff --git a/cookiecutter.json b/cookiecutter.json index 21c395f8c..a91e22aa0 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,5 +1,5 @@ { - "project_name": "project_name is the title of the project.", + "project_name": "project_name", "repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}", "author_name": "Your Name", "email": "Your email",