Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
readme was mixed of NextNprogress and NextNProgress
  • Loading branch information
imranbarbhuiya committed Nov 2, 2021
1 parent c7c1a3e commit cd8c19e
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 @@ -40,7 +40,7 @@ export default function MyApp({ Component, pageProps }) {
If no props are passed to `<NextNProgress />`, below is the default configuration applied.

```jsx
<NextNprogress
<NextNProgress
color="#29D"
startPosition={0.3}
stopDelayMs={200}
Expand All @@ -60,5 +60,5 @@ If no props are passed to `<NextNProgress />`, below is the default configuratio
You can use [other configurations](https://github.com/rstacruz/nprogress#configuration) which NProgress provides by adding a JSON in `options` props.

```jsx
<NextNprogress options={{ easing: "ease", speed: 500 }} />
<NextNProgress options={{ easing: "ease", speed: 500 }} />
```

0 comments on commit cd8c19e

Please sign in to comment.