Skip to content

Commit 62381ce

Browse files
authored
Merge pull request #19 from redux-things/shield-url-1
Fix shield url
2 parents ff4accd + 1329b00 commit 62381ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Assertions for redux actions testing.
44
This library adds assertions for [redux actions](http://redux.js.org/docs/advanced/AsyncActions.html) testing.
55
It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to mock redux store.
66

7-
[![build status](https://img.shields.io/travis/dmitry-zaets/redux-actions-assertions/master.svg?style=flat-square)](https://travis-ci.org/redux-things/redux-actions-assertions)
7+
[![build status](https://img.shields.io/travis/redux-things/redux-actions-assertions/master.svg?style=flat-square)](https://travis-ci.org/redux-things/redux-actions-assertions)
88
[![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions)
99

1010
## Supported Assertion Frameworks/Libraries:
@@ -19,4 +19,4 @@ If you have not found assertion framework/library that you are using - please ad
1919
## What it does:
2020
- [Allows to avoid retesting nested action creators](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#allows-to-avoid-retesting-nested-action-creators);
2121
- [Reduces repetitive code of test methods](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#reduces-repetitive-code-of-test-methods);
22-
- [Simplifies initial setup](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#simplifies-initial-setup);
22+
- [Simplifies initial setup](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#simplifies-initial-setup);

0 commit comments

Comments
 (0)