We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8dd3b commit dc9bb1cCopy full SHA for dc9bb1c
README.md
@@ -13,13 +13,13 @@
13
### **✅ Install**
14
15
```bash
16
-yarn add next-nprogress
+yarn add next-progress
17
```
18
19
_or_
20
21
22
-npm install --save next-nprogress
+npm install --save next-progress
23
24
25
### **✅ Import**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-progress",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "NextJS NProgress implementation with styled-components",
5
"keywords": [
6
"next",
0 commit comments