Skip to content

Commit a472e52

Browse files
guilhermejcgoisjimthedev
authored andcommitted
docs: fix typo in code inside README.md (#662)
Missing comma in code snippet inside 'Commitizen for multi-repo projects' section
1 parent 270cb5c commit a472e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ bootstrap({
233233
234234
{
235235
"name": "company-commit",
236-
"bin": "./my-cli.js"
236+
"bin": "./my-cli.js",
237237
"dependencies": {
238238
"commitizen": "^2.7.6",
239239
"cz-conventional-changelog": "^1.1.5",

0 commit comments

Comments
 (0)