Skip to content

Commit 2a8f98c

Browse files
authored
Update README.md
1 parent 0090a71 commit 2a8f98c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<a href="https://codecov.io/gh/hoc081098/rx_redux"><img src="https://codecov.io/gh/hoc081098/rx_redux/branch/master/graph/badge.svg" /></a>
1414
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/github/license/hoc081098/rx_redux?color=4EB1BA" /></a>
1515
<a href="https://github.com/dart-lang/pedantic"><img src="https://img.shields.io/badge/style-pedantic-40c4ff.svg" /></a>
16+
<a href="https://app.codacy.com/manual/hoc081098/rx_redux?utm_source=github.com&utm_medium=referral&utm_content=hoc081098/rx_redux&utm_campaign=Badge_Grade_Dashboard">
17+
<img src="https://api.codacy.com/project/badge/Grade/7ecf57bd3c634804a7f596b4f3b35b30" />
18+
</a>
1619
</p>
1720

1821
- Reactive redux store for `Dart` & `Flutter` inspired by **[RxRedux-freeletics](https://github.com/freeletics/RxRedux)**
@@ -246,7 +249,6 @@ store.dispatch(action);
246249

247250
The [following video](https://youtu.be/M7lx9Y9ANYo) (click on it) illustrates the workflow:
248251

249-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7ecf57bd3c634804a7f596b4f3b35b30)](https://app.codacy.com/manual/hoc081098/rx_redux?utm_source=github.com&utm_medium=referral&utm_content=hoc081098/rx_redux&utm_campaign=Badge_Grade_Dashboard)
250252
[![RxRedux explanation](https://i.ytimg.com/vi/M7lx9Y9ANYo/hqdefault.jpg?sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLAqwunKP2_qGE0HYUlquWkFccM5MA)](https://youtu.be/M7lx9Y9ANYo)
251253

252254

0 commit comments

Comments
 (0)