Skip to content

Commit 9d1e67d

Browse files
committed
fix(docs): incorrect react router package name in tutorial
1 parent d9585d9 commit 9d1e67d

File tree

1 file changed

+2
-2
lines changed
  • documentation/tutorial/routing/intro/react-router

1 file changed

+2
-2
lines changed

Diff for: documentation/tutorial/routing/intro/react-router/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ This unit will be UI framework agnostic. Related parts of routing for the UI fra
3232

3333
## Adding Router Provider
3434

35-
Let's get started with adding our dependencies. For routing, we will use `react-router`, and to integrate it with Refine, we'll be using `@refinedev/react-router-v6` package.
35+
Let's get started with adding our dependencies. For routing, we will use `react-router`, and to integrate it with Refine, we'll be using `@refinedev/react-router` package.
3636

37-
<InstallPackagesCommand args="react-router @refinedev/react-router-v6"/>
37+
<InstallPackagesCommand args="react-router @refinedev/react-router"/>
3838

3939
Then we'll pass our router provider to the `<Refine />` component. Additionally, we'll be wrapping our app with `<BrowserRouter />` from `react-router`.
4040

0 commit comments

Comments
 (0)