Skip to content

Commit

Permalink
📝 Update end event in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 28, 2018
1 parent b9daef0 commit bfbea4d
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
Expand Up @@ -27,7 +27,7 @@ Vue.use(Tweezing, {
Use it as a component:

```html
<Tweezing ref="tweezing" :to="value" duration="500" @done="doSomething">
<Tweezing ref="tweezing" :to="value" duration="500" @end="doSomething">
<pre slot-scope="tweenedValue">
target: {{ value }}
val: {{ tweenedValue }}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Vue.use(Tweezing, {
Then you get access to the component `Tweezing`:

```html
<Tweezing ref="tweezing" :to="value" duration="500" @done="doSomething">
<Tweezing ref="tweezing" :to="value" duration="500" @end="doSomething">
<pre slot-scope="tweenedValue">
target: {{ value }}
val: {{ tweenedValue }}
Expand Down

0 comments on commit bfbea4d

Please sign in to comment.