Skip to content

Commit 24fe519

Browse files
update readme
1 parent 4f69ba7 commit 24fe519

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub closed issues](https://img.shields.io/github/issues-closed/David-Desmaisons/Vue.Dragable.For.svg?maxAge=2592000)]()
66
[![Npm download](https://img.shields.io/npm/dt/vuedragablefor.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedragablefor)
77
[![Npm version](https://img.shields.io/npm/v/vuedragablefor.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedragablefor)
8-
[![MIT License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/David-Desmaisons/Vue.Dragable.For/blob/master/LICENSE)
8+
[![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)
99

1010

1111
Vue directive for lists allowing drag-and-drop sorting in sync with View-Model. Based on [Sortable.js](https://github.com/RubaXa/Sortable)
@@ -83,7 +83,3 @@ Option parameter can be json string or a full javascript object.
8383
- #### For `<script>` Include
8484
8585
Just include `vue.dragable.for.js` after Vue and lodash(version >=3).
86-
87-
## License
88-
89-
[MIT](https://github.com/David-Desmaisons/Vue.Dragable.For/blob/master/LICENSE)

0 commit comments

Comments
 (0)