Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 77666eb

Browse files
committed
another fix
1 parent cf918c4 commit 77666eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ This is a component wrapper for Hammer.js 2.0.
1010
> This plugin requires Vue >= 2.0. For the Vue 1.\*-compatible version, see the `1.0` branch
1111
1212

13-
- Available through npm as `vue-touch`. As this version is currently in BETA, you have to install with the `next` tag.
13+
### npm
14+
15+
Available through npm as `vue-touch`. As this version is currently in BETA, you have to install with the `next` tag.
1416

1517
```bash
1618
npm install vue-touch@next
@@ -24,11 +26,11 @@ You can pass an options object as the second argument, which at the moment accep
2426

2527
#### Direct include
2628

27-
- You can also directly include it with a `<script>` tag when you have Vue and Hammer.js already included globally. It will automatically install itself, and will add a global `VueTouch`.
29+
You can also directly include it with a `<script>` tag when you have Vue and Hammer.js already included globally. It will automatically install itself, and will add a global `VueTouch`.
2830

2931
## Usage
3032

31-
#### Using the `<v-touch>` component
33+
Using the `<v-touch>` component
3234

3335
``` html
3436
<!-- Renders a div element by default -->

0 commit comments

Comments
 (0)