Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Mar 19, 2024
1 parent e610233 commit 681edd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JSR.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function MyApp({ Component, pageProps }) {
}
```

### Usage with React, Vite React or any other React based component
### Usage with React, Vite React or any other React Based Framework

For rendering add `<NextTopLoader />` to your `return()` inside the <Router><Router/> component in `App()` in your App.js:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function MyApp({ Component, pageProps }) {
}
```

### Usage with React, Vite React or any other React based component
### Usage with React, Vite React or any other React Based Framework

For rendering add `<NextTopLoader />` to your `return()` inside the <Router><Router/> component in `App()` in your App.js:

Expand Down

0 comments on commit 681edd6

Please sign in to comment.