Skip to content

Commit ac4fb54

Browse files
committed
docs: use a clearer example
1 parent f90ea05 commit ac4fb54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ followed by the commit message:
5656
5757
Example commit message adding a feature:
5858
59-
feat: add great new feature
59+
feat: implement new API
6060
6161
Example commit message fixing an issue:
6262

conventional-pre-commit.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ followed by the commit message:
1313
1414
Example commit message adding a feature:
1515
16-
'feat: add great new feature'
16+
feat: implement new API
1717
1818
Example commit message fixing an issue:
1919
20-
'fix: remove infinite loop'
20+
fix: remove infinite loop
2121
2222
Optionally, include a scope in parentheses after the type for more context:
2323
24-
'fix(account): remove infinite loop'
24+
fix(account): remove infinite loop
2525
"
2626
exit 1
2727
fi

0 commit comments

Comments
 (0)