2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-11 04:12:24 +03:00

Update README.md

This commit is contained in:
Cristi Jora
2017-05-28 22:49:49 +03:00
committed by GitHub
parent 3000b04a9c
commit 03ec0cfc75
+2 -2
View File
@@ -33,8 +33,8 @@ Other demos:
## Or alternatively directly include the javascript
Download the css and js files from `dist` folder or reference them directly from github (check jsfiddle links)
```html
<link rel="stylesheet" href="vue-form-wizard.min.css">
<script src="vue-form-wizard.js"></script>
<link rel="stylesheet" href="https://unpkg.com/vue-form-wizard/dist/vue-form-wizard.min.css">
<script src="https://unpkg.com/vue-form-wizard/dist/vue-form-wizard.js"></script>
```
## Component registration
```js