Skip to content

Commit 5281151

Browse files
authored
Merge pull request #5 from brandonjoyce/patch-1
Update README.md
2 parents 1878645 + ce985d6 commit 5281151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ npm install
99
To use
1010
```
1111
import Vue from 'vue'
12-
import HoverIntent from 'hover-intent';
12+
import HoverIntent from 'hover-intent-vue';
1313
Vue.directive('hover-intent', HoverIntent)
1414
```
1515
In your component, use it as follows:

0 commit comments

Comments
 (0)