Skip to content

Commit a7f1b1e

Browse files
authored
docs: fix capitalization in README.md
1 parent 978b3a8 commit a7f1b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ jobs:
8282
### `message`
8383

8484
- **Description**: check commit message formatting convention.
85-
- By default, the rule follows [conventional commits](https://www.conventionalcommits.org/).
85+
- By default, the rule follows [Conventional Commits](https://www.conventionalcommits.org/).
8686
- Default: `true`
8787

8888
### `branch`
8989

9090
- **Description**: check git branch naming convention.
91-
- By default, the rule follows [conventional branch](https://conventional-branch.github.io/).
91+
- By default, the rule follows [Conventional Branch](https://conventional-branch.github.io/).
9292
- Default: `true`
9393

9494
### `author-name`

0 commit comments

Comments
 (0)