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

Commit

Permalink
update ready to reflect BETA status
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Jan 6, 2017
1 parent b900db0 commit 51dbd70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vue-touch

> Touch events plugin for Vue.js
> this is a BETA Release
This is a component wrapper for Hammer.js 2.0.

Expand All @@ -13,6 +14,10 @@ This version is only compatible with Vue 2.0.

- Available through npm as `vue-touch`.

```bash
npm install vue-touch@next
```

```Javascript
var VueTouch = require('vue-touch')
Vue.use(VueTouch, {name: 'v-touch'})
Expand Down

0 comments on commit 51dbd70

Please sign in to comment.