apal21 / nextjs-progressbar

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

Fixing typo in component name to avoid undefined #1

Closed matiasbenedetto closed 5 years ago

matiasbenedetto commented 5 years ago

The readme is using a name different from the imported component NextNProgress should be NextNprogress.

apal21 commented 5 years ago

Thanks a lot @matiasbenedetto for this contribution.