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

Commit 75622d7

Browse files
committed
readme
1 parent bb2e57b commit 75622d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vue-async-data
22

3-
> async data loading plugin for Vue.js
3+
> Async data loading plugin for Vue.js
44
55
### Install
66

@@ -16,7 +16,7 @@ var Vue = require('vue')
1616
var VueAsyncData = require('vue-async-data')
1717

1818
// use globally
19-
// you can also just use `asyncData.mixin` where needed
19+
// you can also just use `VueAsyncData.mixin` where needed
2020
Vue.use(VueAsyncData)
2121
```
2222

0 commit comments

Comments
 (0)