Skip to content

Commit 6ace38e

Browse files
committed
Revert "Update README.md"
This reverts commit 6dfcb48.
1 parent 042b6bb commit 6ace38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ app.js (react-router v6)
186186
```javascript
187187
import React, { Component } from "react";
188188
import { Provider } from "react-redux";
189-
import { HistoryRouter as Router } from "react-router-dom";
189+
import { HistoryRouter as Router } from "redux-first-history/rr6";
190190
import { store, history } from "./store";
191191

192192
const App = () => (

0 commit comments

Comments
 (0)