From 1d085f41787868f7cbdc526858cc239613433870 Mon Sep 17 00:00:00 2001 From: Kevin Brice <48140644+kevbrice@users.noreply.github.com> Date: Fri, 1 Mar 2019 15:43:46 -0800 Subject: [PATCH] Add link to Firefox version of Redux DevTools --- step2-06/exercise/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/step2-06/exercise/README.md b/step2-06/exercise/README.md index 1f223ec..b8d8031 100644 --- a/step2-06/exercise/README.md +++ b/step2-06/exercise/README.md @@ -6,7 +6,9 @@ If you still have `npm test` running from the previous step, stop it with `ctrl+C`. Start the app by running `npm start` from the root of the `frontend-bootcamp` folder. Click the "exercise" link under day 2 step 6. -1. Install the [Redux DevTools Chrome extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) +1. Install the [Redux DevTools extension](https://github.com/zalmoxisus/redux-devtools-extension) + - [Chrome](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) + - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/reduxdevtools/) 2. Hit F12 (`cmd+option+I` on Mac) and open the inspector panel entitled **Redux**