From cd09914d6ee741ba968c080295b1339fe78a26a5 Mon Sep 17 00:00:00 2001 From: Felipe Arruda Pontes Date: Mon, 24 Nov 2014 00:52:21 -0200 Subject: [PATCH] saying that the username in cookiecutter.json is the one from github, as discussed in #154 --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index e2125ebc3..c6b3dd2d7 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -2,7 +2,7 @@ "project_name": "project_name is the title of the project.", "repo_name":"repo_name is used for describing the directory structure.", "author_name": "Your Name", - "github_username": "your username", + "github_username": "your GitHub username", "email": "Your email", "description": "A short description of the project.", "year": "2014",