Skip to content

Commit 9d038b0

Browse files
authored
docs: use version range in unpkg link
1 parent 76361ca commit 9d038b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Vue.component('v-popover', VPopover)
127127
Include [v-tooltip](/dist/v-tooltip.min.js) in the page.
128128

129129
```html
130-
<script src="https://unpkg.com/v-tooltip"></script>
130+
<script src="https://unpkg.com/v-tooltip@^2.0.0"></script>
131131
```
132132

133133
**If Vue is detected in the Page, the plugin is installed automatically.**

0 commit comments

Comments
 (0)