Skip to content

Commit 2498d00

Browse files
committed
docs: fix code formatting
1 parent 6e10a45 commit 2498d00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ The command line interface reads `.conventional-changelog-lintrc` resolves `exte
3030
3131
#### Recipes
3232
* As a git `commitmsg` hook with husky
33-
```json
33+
```json
3434
{
3535
"scripts": {
3636
"commitmsg": "conventional-changelog-lint -e"
3737
}
3838
}
39-
```
39+
```
40+
4041
* As part of `npm test`
4142
```json
4243
{

0 commit comments

Comments
 (0)