From 9ce44a808c827367eba48e06a1fb5edde616e64b Mon Sep 17 00:00:00 2001 From: Michael Hienle <40914576+mhienle@users.noreply.github.com> Date: Tue, 31 Dec 2019 18:15:18 +0100 Subject: [PATCH] Fix link (#276) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a36465e..91be60a 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,7 @@ it is used by default in our ## Motivation -Redux Thunk -[middleware](https://github.com/reactjs/redux/blob/master/docs/advanced/Middleware.md) +Redux Thunk [middleware](https://redux.js.org/advanced/middleware) allows you to write action creators that return a function instead of an action. The thunk can be used to delay the dispatch of an action, or to dispatch only if a certain condition is met. The inner function receives the store methods