Skip to content

Commit 5f20375

Browse files
author
Vinayak Kulkarni
committed
Fixed README
1 parent c49dd8b commit 5f20375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/vinayakkulkarni/vuejs-sort.svg?branch=master)](https://travis-ci.org/vinayakkulkarni/vuejs-sort)
22

3-
# Laravel Vue Semantic-UI Pagination :zap:
3+
# VueJS Sort :zap:
44
+ A simple Vue.js sorting wrapper.
55

66
+ This is [on GitHub](https://github.com/vinayakkulkarni/vuejs-sort) so let me know if I've b0rked it somewhere, give me a star :star: if you like it :beers:
@@ -31,15 +31,15 @@ import sort from 'vuejs-sort';
3131
## :white_check_mark: Example :four_leaf_clover:
3232

3333
```html
34-
<sort :data="sortingData" label="Name" icon="chevron" v-on:sort-data="sortData"></pagination>
34+
<sort :data="sortingData" label="Name" icon="chevron" v-on:sort-data="sortData"></sort>
3535
```
3636

3737
```javascript
3838
Vue.component('example-component', {
3939

4040
data() {
4141
return {
42-
// Our data object that holds the Laravel paginator data
42+
// Our data object that holds the Sorting data
4343
sortingData: {},
4444
}
4545
},

0 commit comments

Comments
 (0)