Skip to content

Commit

Permalink
Merge pull request reduxjs#313 from lorenzos/patch-1
Browse files Browse the repository at this point in the history
Browser extensions is available for Firefox too
  • Loading branch information
zalmoxisus authored Sep 5, 2016
2 parents 02d1a58 + cd7ce72 commit 7513b96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/Walkthrough.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7513b96

Please sign in to comment.