Skip to content

Commit e93146c

Browse files
authored
Update README.md
1 parent c62ae3a commit e93146c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ This is a count down timer for Vue js framework. This library supports two types
88
```
99
npm install vue-circular-count-down-timer
1010
```
11-
After installation, import component:
11+
After installation, import and registner the component:
1212
```
1313
import CircularCountDownTimer from "vue-circular-count-down-timer";
14+
Vue.use(CircularCountDownTimer);
1415
```
1516

1617
### Documentation

0 commit comments

Comments
 (0)