From aee6cd956b4d33b623b4f5d5b835e65bd2e497c2 Mon Sep 17 00:00:00 2001 From: Lorenzo Stanco Date: Mon, 5 Sep 2016 11:55:35 +0200 Subject: [PATCH] Browser extensions is available for Forefox too I almost started the manual integration process before noticing the mentioned Chrome extension is available for Firefox too. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6225f234..bdd86209 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A live-editing time travel environment for [Redux](https://github.com/rackt/redu - [Features](#features) - [Overview](#overview) -- [Chrome Extension](#chrome-extension) +- [Browser Extension](#browser-extension) - [Setup Instructions](#setup-instructions) - [Custom Monitors](#custom-monitors) - [License](#license) @@ -34,9 +34,9 @@ Redux DevTools is a development time package that provides power-ups for your Re If you came here looking for what do the “Reset”, “Revert”, “Sweep” or “Commit” buttons do, check out [the `LogMonitor` documentation](https://github.com/gaearon/redux-devtools-log-monitor/blob/master/README.md#features). -### 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. ### Setup Instructions