apal21 / nextjs-progressbar

A simple Next.js progressbar component using NProgress.
https://www.npmjs.com/package/nextjs-progressbar
MIT License
776 stars 61 forks source link

Update README.md #60

Closed shmidtelson closed 2 years ago

shmidtelson commented 2 years ago

fix: Syntax error has been fixed in an example

shmidtelson commented 2 years ago

Why is it different? I got error, because i copied from one place import and from other place <NextNProgress/>

imranbarbhuiya commented 2 years ago

Why is it different? I got error, because i copied from one place import and from other place <NextNProgress/>

It's upto you what you wanna name it. You can give anything in import and later on you need to use the same name what you've used in import.

imranbarbhuiya commented 2 years ago

Now I understood what you were saying. In Readme.md, both NextNprogress and NextNProgress were present. Thank you for the PR, but this PR needs some more changes, so I've included these changes in my PR. Will be fixed in next patch update.

shmidtelson commented 2 years ago

@imranbarbhuiya Ok! Thank you for detailed answer. I just wanted to make a bit better your project

imranbarbhuiya commented 2 years ago

Fixed in #59