Skip to content

Commit 05ad424

Browse files
committed
Update links to the examples
1 parent 6c146a2 commit 05ad424

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you do not know what [Redux DevTools](https://github.com/gaearon/redux-devtoo
66

77
## Advantages
88

9-
1. Simple implementation (only [1 line of code](https://github.com/zalmoxisus/redux-devtools-extension/commit/ffa804594008c585d28b3319bfcd4b87d5df384d) without importing anything!).
9+
1. Simple implementation (only [1 line of code](https://github.com/zalmoxisus/redux-devtools-extension/commit/6c146a2e16da79fefdc0e3e33f188d4ee6667341) without importing anything!).
1010
2. Having DevTools even in production without any drawbacks.
1111
2. Keeping the DevTools up to date (Chrome extension is updated automatically).
1212
3. Having Redux DevTools in a page without window (Chrome extensions’ background page).
@@ -21,8 +21,8 @@ If you do not know what [Redux DevTools](https://github.com/gaearon/redux-devtoo
2121

2222
#### 2. Use with your favorite Flux implementation
2323

24-
- **[Redux](https://github.com/rackt/redux)**
25-
Just update your [configureStore](https://github.com/zalmoxisus/redux-devtools-extension/commit/ffa804594008c585d28b3319bfcd4b87d5df384d):
24+
- **[Redux](https://github.com/rackt/redux)**<br/>
25+
Just update your [configureStore](https://github.com/zalmoxisus/redux-devtools-extension/commit/6c146a2e16da79fefdc0e3e33f188d4ee6667341):
2626
```javascript
2727
const finalCreateStore = compose(
2828
applyMiddleware(thunk),
@@ -38,7 +38,7 @@ If you do not know what [Redux DevTools](https://github.com/gaearon/redux-devtoo
3838
)(createStore);
3939
```
4040

41-
- **[Freezer](https://github.com/arqex/freezer)**
41+
- **[Freezer](https://github.com/arqex/freezer)**<br/>
4242
Just use [supportChromeExtension](https://github.com/zalmoxisus/freezer-redux-devtools#using-redux-devtools-chrome-extension) from `freezer-redux-devtools/freezer-redux-middleware`.
4343

4444
## Examples

0 commit comments

Comments
 (0)