Skip to content

Commit c468cd1

Browse files
Update README.md
1 parent beb232c commit c468cd1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
[![GitHub open issues](https://img.shields.io/github/issues/David-Desmaisons/Vue.Dragable.For.svg?maxAge=2592000)]()
55
[![GitHub closed issues](https://img.shields.io/github/issues-closed/David-Desmaisons/Vue.Dragable.For.svg?maxAge=2592000)]()
6-
[![Npm download](https://img.shields.io/npm/dt/vuedragablefor.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedragablefor)
7-
[![Npm version](https://img.shields.io/npm/v/vuedragablefor.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedragablefor)
8-
[![Package Quality](http://npm.packagequality.com/shield/vuedragablefor.svg)](http://packagequality.com/#?package=vuedragablefor)
9-
[![MIT License](https://img.shields.io/github/license/David-Desmaisons/Vue.Dragable.For.svg)](https://github.com/David-Desmaisons/Vue.Dragable.For/blob/master/LICENSE)
6+
[![Npm download](https://img.shields.io/npm/dt/vuedraggablefor.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedraggable)
7+
[![Npm version](https://img.shields.io/npm/v/vuedragablefor.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedraggable)
8+
[![Package Quality](http://npm.packagequality.com/shield/vuedraggable.svg)](http://packagequality.com/#?package=vuedraggable)
9+
[![MIT License](https://img.shields.io/github/license/David-Desmaisons/Vue.Draggable.svg)](https://github.com/David-Desmaisons/Vue.Draggable/blob/master/LICENSE)
1010

1111

1212
Vue component (Vue2.0) or directive (Vue1.0) allowing drag-and-drop and synchronization with view model array.
@@ -64,6 +64,7 @@ Simple:
6464
https://jsfiddle.net/dede89/sqssmhtz/
6565

6666
Two Lists:
67+
https://jsfiddle.net/dede89/32ao2rpm/
6768

6869
##For Vue.js 1.0
6970

@@ -99,7 +100,7 @@ https://jsfiddle.net/dede89/u5ecgtsj/
99100
## Installation
100101
- Available through:
101102
``` js
102-
npm install vuedragabble
103+
npm install vuedraggabble
103104
```
104105
``` js
105106
Bower install vue.draggable

0 commit comments

Comments
 (0)