From 9cb4dd98a510f32c116361a522a5cd0e7515c35d Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Tue, 14 Jul 2015 22:00:12 +0000 Subject: [PATCH] react-devtools -> redux-devtools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f06123bf..6eb8394d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A better README is coming. But if you insist... ### Installation -It's out on NPM as `react-devtools@0.1.0`. +It's out on NPM as `redux-devtools@0.1.0`. [This commit](https://github.com/gaearon/redux-devtools/commit/0a2a97556e252bfad822ca438923774bc8b932a4) should give you an idea about how to add Redux DevTools for your app **but make sure to only apply `devTools()` in development!** In production, this will be terribly slow because actions just accumulate forever. (We'll need to implement a rolling window for dev too.)