Skip to content

Commit

Permalink
chore: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Jun 13, 2023
1 parent 50e0163 commit 6a1f529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ It works out of the box with react-router (by providing the same `history` insta

Nextjs support is build in, but requires a different Adapter.

### With page router
#### With page router

```tsx
/** _app.tsx */
Expand All @@ -132,7 +132,7 @@ function App({ Component, pageProps }: AppProps) {
export default memo(App)
```

### With App router
#### With App router

You can use `Geschichte` with the app router as well (from `nextjs` 13).

Expand Down

0 comments on commit 6a1f529

Please sign in to comment.