From a2d0137576bb53499e519a0c02ad028b65b3d733 Mon Sep 17 00:00:00 2001 From: Chuan-Heng Hsiao Date: Fri, 5 Apr 2024 09:12:08 -0400 Subject: [PATCH] update README.md and project/README.md --- README.md | 2 +- project/{{cookiecutter.project}}/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a16215..b96efdd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ currently the following variables are defined (using `a.b.c.d` in the project di * `include_package_dir`: (ex: `awesome_project/a/b/c`) * `test_package_dir`: (ex: `test_a/test_b/test_c`) -Uppercase: +UPPERCASE: * `PKG`: UPPERCASE of `pkg` (ex: `AWESOME_PROJECT.A.B.C`) * `MODULE`: UPPERCASE of `module` (ex: `D`) * `PROJECT` UpperCamelCase of `project_name` (ex: `AwesomeProject`) diff --git a/project/{{cookiecutter.project}}/README.md b/project/{{cookiecutter.project}}/README.md index d38f339..9495264 100644 --- a/project/{{cookiecutter.project}}/README.md +++ b/project/{{cookiecutter.project}}/README.md @@ -1,2 +1 @@ -{{cookiecutter.project_name}} -========== +# {{cookiecutter.project}}