Skip to content

Commit 50830d1

Browse files
committed
Grammar is hard
1 parent a3f9dc0 commit 50830d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,15 @@ Simple as that.
2020

2121
## How to use git-notify?
2222

23-
Just add `"git-notify:"` to your git commit messages, and the rest of that paragraph will be displayed when another developer pulls that commit, or switches from a branch that does not contain that commit to one that does.
23+
Just add `"git-notify:"` to your git commit message, and anything that follows will be displayed when another developer pulls that commit, or switches from a branch that does not contain that commit to one that does.
2424

25-
If you're using merge/squash commit strategy on GitHub, you can add them to the extended commit message when landing a PR:
25+
If you're using a merge or squash commit strategy on GitHub, you can also add them to the extended commit message when landing a PR:
2626

2727
<img src="https://github.com/jevakallio/git-notify/blob/master/docs/github-example.png?raw=true" alt="GitHub PR flow example"></img>
2828

29-
Next we'll show how to install `git-notify` to your `npm` (or `yarn`) based project.
30-
3129
## Getting Started
3230

33-
Install the git-notify package as a devDependency:
31+
Install `git-notify` to your `npm` (or `yarn`) based project as a devDependency:
3432

3533
```bash
3634
# using npm

0 commit comments

Comments
 (0)