Skip to content

Commit 7148986

Browse files
Update README to remove browser install instructions
1 parent e874d84 commit 7148986

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

-12
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ Vue 3 is supported from `v4.0.0` and beyond (current `master`). To use `vue-simp
2525
yarn add vue-simple-context-menu
2626
```
2727

28-
Or you can include it through the browser at the bottom of your page along with the css:
29-
30-
```html
31-
<script src="https://unpkg.com/vue-simple-context-menu/dist/vue-simple-context-menu.min.js"></script>
32-
33-
<link
34-
rel="stylesheet"
35-
type="text/css"
36-
href="https://unpkg.com/vue-simple-context-menu/dist/vue-simple-context-menu.css"
37-
/>
38-
```
39-
4028
## About
4129

4230
Just a simple little menu to be shown where a click happens - closes after use automatically by clicking an option or outside of the menu. Multiple menus are supported - just make sure to use a unique string as your `element-id` prop value.

0 commit comments

Comments
 (0)