Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan authored and yangmingshan committed Nov 9, 2016
1 parent d19292a commit 4bcae6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vue-bus
A event bus for Vue.js
A event bus for Vue.js, support both Vue 1.0 and 2.0. See Vue [documentation](http://vuejs.org/v2/guide/components.html#Non-Parent-Child-Communication) for more detail.

## Installation
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-bus",
"version": "0.1.1",
"version": "0.1.2",
"description": "A event bus for Vue.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4bcae6a

Please sign in to comment.