We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2b1ae5 + a2d0137 commit 365c8e5Copy full SHA for 365c8e5
README.md
@@ -24,7 +24,7 @@ currently the following variables are defined (using `a.b.c.d` in the project di
24
* `include_package_dir`: (ex: `awesome_project/a/b/c`)
25
* `test_package_dir`: (ex: `test_a/test_b/test_c`)
26
27
-Uppercase:
+UPPERCASE:
28
* `PKG`: UPPERCASE of `pkg` (ex: `AWESOME_PROJECT.A.B.C`)
29
* `MODULE`: UPPERCASE of `module` (ex: `D`)
30
* `PROJECT` UpperCamelCase of `project_name` (ex: `AwesomeProject`)
project/{{cookiecutter.project}}/README.md
@@ -1,2 +1 @@
1
-{{cookiecutter.project_name}}
2
-==========
+# {{cookiecutter.project}}
0 commit comments