From 2e769aefcfa8e8651517362a71b79fafc453e929 Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Tue, 30 May 2017 12:59:09 +0300 Subject: [PATCH] Update README.md --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4abe46f..1c2bcfa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,11 +26,11 @@ There is also a [Playground](?id=playground) where you can test stuff out right ## NPM `npm install vue-form-wizard` -## Or alternatively directly include the javascript +## Direct script include Download the css and js files from `dist` folder or reference them directly from github (check jsfiddle links) ```html - - + + ``` ## Component registration ```js