Skip to content

Commit 553d230

Browse files
Merge pull request #35 from TheDragonCode/1.x
Updated `README.md`
2 parents be55446 + f0fa3e0 commit 553d230

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
![The Dragon Code: GitHub Notifications](https://preview.dragon-code.pro/the-dragon-code/github-notifications.svg?brand=laravel)
44

5+
[![Stable Version][badge_stable]][link_packagist]
6+
[![Unstable Version][badge_unstable]][link_packagist]
7+
[![Total Downloads][badge_downloads]][link_packagist]
8+
[![Github Workflow Status][badge_build]][link_build]
9+
[![License][badge_license]][link_license]
10+
511
> GitHub Notifications was created by, and is maintained by `The Dragon Code`,
612
> and is a simple command line tool to mark all notifications about issues or rejected PRs as read on a given
713
> organization.
@@ -61,7 +67,8 @@ You can also specify several names:
6167
notifications read laravel/framework laravel/jet
6268
```
6369

64-
When determining the name, the [`str_starts_with`](https://www.php.net/manual/en/function.str-starts-with) function is used.
70+
When determining the name, the [`str_starts_with`](https://www.php.net/manual/en/function.str-starts-with) function is
71+
used.
6572

6673
### Options
6774

@@ -117,3 +124,19 @@ With this set of options, notifications that have:
117124
## License
118125
119126
This package is licensed under the [MIT License](LICENSE).
127+
128+
[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/github-notifications/tests.yml?style=flat-square
129+
130+
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/github-notifications.svg?style=flat-square
131+
132+
[badge_license]: https://img.shields.io/packagist/l/dragon-code/github-notifications.svg?style=flat-square
133+
134+
[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/github-notifications?label=stable&style=flat-square
135+
136+
[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
137+
138+
[link_build]: https://github.com/TheDragonCode/github-notifications/actions
139+
140+
[link_license]: LICENSE
141+
142+
[link_packagist]: https://packagist.org/packages/dragon-code/github-notifications

0 commit comments

Comments
 (0)