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