diff --git a/README.md b/README.md index 8057ffa..cdfa8b3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Resultium commit standardization library ## Getting started 1. Make changes to your git initialized project -2. Run `rcz` in the root directory +2. Run `rcz commit` in the root directory 3. Answer all the questions 4. Push to remote diff --git a/src/index.ts b/src/index.ts index c28288e..53c413f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,17 +73,17 @@ program { label: "build", value: "build", - hint: "changes that affect the build system, configs or external dependencies (e.g. npm, .prettierrc)", + hint: "changes that affect the build system, configs or external dependencies", }, { label: "ci", value: "ci", - hint: "change to CI/CD configurations and scripts (e.g. CircleCI, GitHub workflows)", + hint: "change to CI/CD configurations and scripts e.g. CircleCI, GitHub workflows", }, { label: "docs", value: "docs", - hint: "documentation changes (e.g. README, CHANGELOG)", + hint: "documentation changes e.g. README, CHANGELOG", }, { label: "perf",