Skip to content

Commit 5605fd3

Browse files
committed
Add releases and contributors badges.
1 parent 2fe9b4d commit 5605fd3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,19 @@
1717
<a href="https://opensource.org/licenses/ISC">
1818
<img src="https://img.shields.io/npm/l/react-async.svg" alt="license">
1919
</a>
20+
<br/>
2021
<a href="https://github.com/ghengeveld/react-async/issues">
2122
<img src="https://img.shields.io/github/issues/ghengeveld/react-async.svg" alt="issues">
2223
</a>
2324
<a href="https://github.com/ghengeveld/react-async/pulls">
2425
<img src="https://img.shields.io/github/issues-pr/ghengeveld/react-async.svg" alt="pull requests">
2526
</a>
27+
<a href="https://github.com/ghengeveld/react-async/releases">
28+
<img src="https://img.shields.io/github/release/ghengeveld/react-async" alt="last release">
29+
</a>
30+
<a href="https://github.com/ghengeveld/react-async/graphs/contributors">
31+
<img src="https://img.shields.io/github/contributors/ghengeveld/react-async" alt="contributors">
32+
</a>
2633
<br/>
2734
<a href="https://circleci.com/gh/ghengeveld/react-async">
2835
<img src="https://img.shields.io/circleci/build/github/ghengeveld/react-async/master.svg?label=circleci" alt="circleci status">

0 commit comments

Comments
 (0)