From c36c7c5cb1c21736d661a753053d12911a28a343 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Fri, 14 Aug 2015 01:11:51 +0300 Subject: [PATCH] Added bages --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d57cf93..c4122ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Redux Combine Actions + +[![build status](https://img.shields.io/travis/itsmepetrov/redux-combine-actions/master.svg?style=flat-square)](https://travis-ci.org/itsmepetrov/redux-combine-actions) +[![npm version](https://img.shields.io/npm/v/redux-combine-actions.svg?style=flat-square)](https://www.npmjs.com/package/redux-combine-actions) + This is a Redux middleware that allows you to easy combine actions and dispatch them sequentially. ### Installation @@ -86,4 +90,4 @@ export function fetchData() { ## License -MIT \ No newline at end of file +MIT