Skip to content

Commit 349b661

Browse files
committed
New example
1 parent 96e1e68 commit 349b661

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ _Communicate important updates to your team via git commit messages_.
66

77
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

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

1111
```sh
12-
git commit -m 'git-notify: NEW PERF TOOLING AVAILABLE ...'
12+
git commit -m 'git-notify: NEW DEVELOPMENT ENVIRONMENT ...'
1313
```
1414

15-
Later, at a machine far far away:
15+
And display them to another developer on a machine, far far away:
1616

17-
<img src="https://github.com/jevakallio/git-notify/blob/master/docs/demo.gif?raw=true" alt="GitHub PR flow example"></img>
17+
<img src="https://raw.githubusercontent.com/jevakallio/git-notify/master/docs/demo_animated.gif" alt="Demo"></img>
1818

1919
Simple as that.
2020

0 commit comments

Comments
 (0)