Skip to content

Commit c0ea391

Browse files
committed
Update package and README
1 parent e70e9ca commit c0ea391

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Redux DevTools Dispatch
2-
Dispatch your actions manually to test if your app react well.
2+
Dispatch your actions manually to test if your app reacts well.
3+
4+
[![npm version](https://img.shields.io/npm/v/redux-devtools-dispatch.svg?style=flat-square)](https://www.npmjs.com/package/redux-devtools-dispatch)
5+
6+
![redux-devtools-dispatch](https://cloud.githubusercontent.com/assets/969003/12130885/7f805b28-b40e-11e5-93bf-a0e13b2de807.gif)
37

48
### Installation
59

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redux-devtools-dispatch",
3-
"version": "0.1.0",
4-
"description": "Dispatch your actions manually to test if your app react well",
3+
"version": "0.1.1",
4+
"description": "Dispatch your actions manually to test if your app reacts well",
55
"main": "lib/index.js",
66
"scripts": {
77
"clean": "rimraf lib",

0 commit comments

Comments
 (0)