Skip to content

Commit 074b067

Browse files
authored
Merge pull request #213 from b0gok/patch-2
Fix link in README
2 parents fba0467 + 95d0129 commit 074b067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ $ npm install && npm test
920920
## Upgrading from v2.0.x
921921
922922
- The `CALL_API` alias has been removed
923-
- Error handling around failed fetches has been updated (#175)
923+
- Error handling around failed fetches has been updated ([#175](https://github.com/agraboso/redux-api-middleware/pull/175))
924924
- Previously, a failed `fetch` would dispatch a `REQUEST` FSA followed by another `REQUEST` FSA with an error flag
925925
- Now, a failed `fetch` will dispatch a `REQUEST` FSA followed by a `FAILURE` FSA
926926

0 commit comments

Comments
 (0)