Skip to content

Commit 365c8e5

Browse files
authored
Merge pull request #13 from chhsiao1981/README
update README.md and project/README.md
2 parents d2b1ae5 + a2d0137 commit 365c8e5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ currently the following variables are defined (using `a.b.c.d` in the project di
2424
* `include_package_dir`: (ex: `awesome_project/a/b/c`)
2525
* `test_package_dir`: (ex: `test_a/test_b/test_c`)
2626

27-
Uppercase:
27+
UPPERCASE:
2828
* `PKG`: UPPERCASE of `pkg` (ex: `AWESOME_PROJECT.A.B.C`)
2929
* `MODULE`: UPPERCASE of `module` (ex: `D`)
3030
* `PROJECT` UpperCamelCase of `project_name` (ex: `AwesomeProject`)
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
{{cookiecutter.project_name}}
2-
==========
1+
# {{cookiecutter.project}}

0 commit comments

Comments
 (0)