Skip to content

Commit 0772506

Browse files
docs: change default config heading in README
1 parent 204d436 commit 0772506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ commitlint checks if your commit message meets the [conventional commit format](
3232
- [Message](#message)
3333
- [hook](#hook)
3434
- [debug](#debug)
35-
- [Default Config](#default-config)
36-
- [Commit Types](#commit-types)
35+
- [Default Config](#default-config)
36+
- [Commit Types](#commit-types)
3737
- [Available Rules](#available-rules)
3838
- [Available Formatters](#available-formatters)
3939
- [Extensibility](#extensibility)
@@ -136,7 +136,7 @@ To lint a message, you can use any one of the following
136136

137137
run `commitlint debug`
138138

139-
### Default Config
139+
## Default Config
140140

141141
```yaml
142142
version: v0.8.0
@@ -173,7 +173,7 @@ settings:
173173
- revert
174174
```
175175
176-
#### Commit Types
176+
### Commit Types
177177
178178
Commonly used commit types from [Conventional Commit Types](https://github.com/commitizen/conventional-commit-types)
179179

0 commit comments

Comments
 (0)