Skip to content

Commit c280256

Browse files
Updating the import section in the readme
1 parent 671b5b8 commit c280256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ yarn add vue-scroll-progressbar
2222
Install the plugin into Vue:
2323
```js
2424
import Vue from 'vue'
25-
import VueScrollProgressBar from 'VueScrollProgressBar'
25+
import VueScrollProgressBar from 'vue-scroll-progressbar'
2626

2727
Vue.use(VueScrollProgressBar)
2828
```
@@ -31,7 +31,7 @@ Or use the component directly:
3131

3232
```js
3333
import Vue from 'vue'
34-
import VueScrollProgressBar from 'VueScrollProgressBar'
34+
import VueScrollProgressBar from 'vue-scroll-progressbar'
3535

3636
Vue.component("vue-scroll-progress-bar", VueScrollProgressBar)
3737
```

0 commit comments

Comments
 (0)