From cd7ce727043b3f046d79500df87687a04a37e8c3 Mon Sep 17 00:00:00 2001 From: Lorenzo Stanco Date: Mon, 5 Sep 2016 12:01:11 +0200 Subject: [PATCH] Update Walkthrough.md --- docs/Walkthrough.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Walkthrough.md b/docs/Walkthrough.md index 760a2cf3..723af27e 100644 --- a/docs/Walkthrough.md +++ b/docs/Walkthrough.md @@ -1,12 +1,12 @@ # Walkthrough -## Chrome Extension +## Browser Extension -If you don’t want to bother with installing Redux DevTools and integrating it into your project, consider using [Redux DevTools Chrome Extension](https://github.com/zalmoxisus/redux-devtools-extension). It provides access to the most popular monitors, is easy to configure to filter actions, and doesn’t require installing any packages. +If you don’t want to bother with installing Redux DevTools and integrating it into your project, consider using [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension) for Chrome and Firefox. It provides access to the most popular monitors, is easy to configure to filter actions, and doesn’t require installing any packages. ## Manual Integration -If you want to have full control over where DevTools are displayed, don’t use Chrome, or are developing a custom monitor, you will probably want to integrate them manually. +If you want to have full control over where DevTools are displayed, or are developing a custom monitor, you will probably want to integrate them manually. It’s more steps, but you will have full control over monitors and their configuration. ### Installation