Skip to content

Commit 6885a79

Browse files
committed
chore(readme): update badges
1 parent 845abdc commit 6885a79

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# git-merged-branches
22

3-
[![npm version](https://img.shields.io/npm/v/git-merged-branches)](https://www.npmjs.com/package/git-merged-branches)
4-
[![build](https://github.com/VChet/git-merged-branches/actions/workflows/build.yml/badge.svg)](https://github.com/VChet/git-merged-branches/actions/workflows/build.yml)
5-
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/VChet/git-merged-branches)
3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![build][build-src]][build-href]
6+
[![ask DeepWiki][deep-wiki-src]][deep-wiki-href]
67

78
**git-merged-branches is a command-line utility to view branches merged into a selected base branch (e.g., master or main).**
89

@@ -107,3 +108,13 @@ Now you can run `git-merged-branches` on your local machine.
107108
If you have any ideas, bug reports, or feature requests,
108109
feel free to [contribute](https://github.com/VChet/git-merged-branches/pulls)
109110
or report [issues](https://github.com/VChet/git-merged-branches/issues).
111+
112+
<!-- Badges -->
113+
[npm-version-src]: https://img.shields.io/npm/v/git-merged-branches
114+
[npm-version-href]: https://npmjs.com/package/git-merged-branches
115+
[npm-downloads-src]: https://img.shields.io/npm/dm/git-merged-branches
116+
[npm-downloads-href]: https://npmjs.com/package/git-merged-branches
117+
[build-src]: https://github.com/VChet/git-merged-branches/actions/workflows/build.yml/badge.svg
118+
[build-href]: https://github.com/VChet/git-merged-branches/actions/workflows/build.yml
119+
[deep-wiki-src]: https://deepwiki.com/badge.svg
120+
[deep-wiki-href]: https://deepwiki.com/VChet/git-merged-branches

0 commit comments

Comments
 (0)