Skip to content

Commit a3f9dc0

Browse files
committed
Fix typo
1 parent 0eff3ab commit a3f9dc0

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
@@ -4,7 +4,7 @@ _Communicate important updates to your team via git commit messages_.
44

55
## What is git-notify?
66

7-
Sometimes you need to communicate changes to other developers on your project. In a small team, a Slack message will probably do, but in larger teams and distributed organizations (such as open source projects), reaching everyone can be a pain.
7+
Sometimes you need to communicate changes to other developers on your project. In a small team, a Slack message works okay, but in larger teams and distributed organizations (such as open source projects), reaching everyone can be a pain.
88

99
`git-notify` allows you to inject announcements into your git commit messages, and display them to other developers:
1010

@@ -73,7 +73,7 @@ _**Note:** The above instructions below are for [husky v4.x](https://github.com/
7373

7474
- `git-notify --prefix "@everyone"`
7575
- Change the prefix `git-notify` looks for in git commit messages
76-
- Default: `git-notifier:`
76+
- Default: `git-notify:`
7777
- `git-notify --color "#ff6f6f"`
7878
- Change the color of the banner or message
7979
- This can be one of the [`chalk` preset colors](https://www.npmjs.com/package/chalk#colors) or a hex value. Note that not all terminals support full hex color scales.

0 commit comments

Comments
 (0)