Skip to content

Commit

Permalink
docs(react-router-upgrade): remove extra double quote and correct ver…
Browse files Browse the repository at this point in the history
…sion (#6602)
  • Loading branch information
phwt authored Dec 24, 2024
1 parent 2a614f0 commit 1e263d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm install @refinedev/react-router react-router
```diff

- "@refinedev/react-router-v6": "^4.6.0"
+ "@refinedev/react-router": "^5.0.0"
+ "@refinedev/react-router": "^1.0.1"

- "react-router-dom": "^6.8.1"
- "react-router": "^6.8.1"
Expand Down Expand Up @@ -64,5 +64,5 @@ npx @refinedev/codemod@latest refine-react-router-v6-to-refine-react-router
For `react-router-dom` to `react-router`:

```bash
npx @refinedev/codemod@latest react-router-dom-to-react-router"
npx @refinedev/codemod@latest react-router-dom-to-react-router
```

0 comments on commit 1e263d9

Please sign in to comment.