From c6a7015f76bcd461831564e543997896229dcff2 Mon Sep 17 00:00:00 2001 From: Travis DePrato <773453+travigd@users.noreply.github.com> Date: Mon, 18 Nov 2019 14:28:32 -0500 Subject: [PATCH] Reflect rename of Redux Starter Kit (#270) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e4484..2845a88 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You may also want to read the While the thunk middleware is not directly included with the Redux core library, it is used by default in our -**[`redux-starter-kit` package](https://github.com/reduxjs/redux-starter-kit)**. +**[`@reduxjs/toolkit` package](https://github.com/reduxjs/redux-toolkit)**. ## Motivation