Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
outluch committed May 26, 2017
1 parent 229767f commit 1a58d00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ data() {
}
```

And now you should keep them in sync, or you wil get weird bugs.
And now you need to keep them in sync, or you will get weird bugs.
It is frustrating.
vue-model-autoset does it for you. Define your `filters: {}` and forget.
vue-model-autoset does this for you. Define your `filters: {}` and forget.
Just write your template and it will just work.

## Installation
Expand All @@ -57,6 +57,10 @@ Vue.use(VueModelAutoset)

Killed webpack etc, so this package now can be used only in webpack projects. No simple include script usage.

## Contribution

I appreciate any comments, feedback, and information about potential issues. Have you experienced a bug or noticed a mistake in documentation? Please add a new issue. Thanks!

## License

[MIT](http://opensource.org/licenses/MIT)

0 comments on commit 1a58d00

Please sign in to comment.