Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMordred committed Mar 31, 2021
1 parent 90b23a0 commit ddec7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you're not using NPM, you can include the required files into your page manua

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.12/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@voerro/[email protected].0/dist/voerro-vue-tagsinput.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@voerro/[email protected].1/dist/voerro-vue-tagsinput.js"></script>

<script>
new Vue({
Expand All @@ -50,7 +50,7 @@ If you're not using NPM, you can include the required files into your page manua
Include the CSS file on your page to apply the styling. Read the `Styling` section to learn how to customize the appearance.

```
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voerro/[email protected].0/dist/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voerro/[email protected].1/dist/style.css">
```

**IMPORTANT:** Always grab the latest versions of the package from [JSDELIVR](https://www.jsdelivr.com/package/npm/@voerro/vue-tagsinput?path=dist), the ones provided in the examples above might be outdated. Same goes for Vue.js.
Expand Down

0 comments on commit ddec7af

Please sign in to comment.