2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-24 02:50:36 +03:00

Update readme

This commit is contained in:
Collin Henderson
2018-03-25 16:54:25 -04:00
parent d4047b69cf
commit b3a776a59f
+2 -3
View File
@@ -16,11 +16,10 @@ or
$ npm install vue-tribute --save $ npm install vue-tribute --save
``` ```
**or** include the UMD build, hosted by [unpkg](https://unpkg.com) in a `<script>` tag. You will also need to include the main Zurb Tribute library: **or** include the UMD build, hosted by [unpkg](https://unpkg.com) in a `<script>` tag.
```js ```js
<script src="js/tribute.js"></script> <script src="//unpkg.com/vue-tribute" />
<script src="//unpkg.com/vue-tribute"></script>
``` ```
## Usage ## Usage