Merge pull request #313 from lorenzos/patch-1

Browser extensions is available for Firefox too
This commit is contained in:
Mihail Diordiev 2016-09-05 20:50:49 +03:00 committed by GitHub
commit 7513b96f8e
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ A live-editing time travel environment for [Redux](https://github.com/rackt/redu
- [Features](#features) - [Features](#features)
- [Overview](#overview) - [Overview](#overview)
- [Chrome Extension](#chrome-extension) - [Browser Extension](#browser-extension)
- [Setup Instructions](#setup-instructions) - [Setup Instructions](#setup-instructions)
- [Custom Monitors](#custom-monitors) - [Custom Monitors](#custom-monitors)
- [License](#license) - [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). 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 dont 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 doesnt require installing any packages. If you dont 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 doesnt require installing any packages.
### Setup Instructions ### Setup Instructions

View File

@ -1,12 +1,12 @@
# Walkthrough # Walkthrough
## Chrome Extension ## Browser Extension
If you dont 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 doesnt require installing any packages. If you dont 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 doesnt require installing any packages.
## Manual Integration ## Manual Integration
If you want to have full control over where DevTools are displayed, dont 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.
Its more steps, but you will have full control over monitors and their configuration. Its more steps, but you will have full control over monitors and their configuration.
### Installation ### Installation