From 2b1686093cf259700f7712026726498e96205c9c Mon Sep 17 00:00:00 2001 From: Jhen Date: Thu, 23 Jun 2016 18:10:41 +0800 Subject: [PATCH] Update README for redux-devtools-extension --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2eb8c14..cbfd9e3 100644 --- a/README.md +++ b/README.md @@ -57,16 +57,9 @@ $ npm run dev *See [electron-debug](https://github.com/sindresorhus/electron-debug) for more information.* -#### Toggle Redux DevTools - -- All platforms: Ctrl+H - -*See [redux-devtools-dock-monitor](https://github.com/gaearon/redux-devtools-dock-monitor) for more information.* - -#### Redux Devtools Window - -Now you can implement it using [remote-redux-devtools](https://github.com/zalmoxisus/remote-redux-devtools) with a [remote monitor](https://github.com/zalmoxisus/remote-redux-devtools#remote-monitoring) by yourself. +#### Redux DevTools +We used [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension), you can find the `Redux` tab on Chrome DevTools. ## Externals