Skip to content

Commit

Permalink
Fix missing comma in example in README (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger authored and wcandillon committed Nov 9, 2019
1 parent d3bd127 commit 6b57068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Example usage:
```js
timing({
duration: 10 * 1000,
from: 0
from: 0,
to: 1,
easing: Easing.linear,
});
Expand Down

0 comments on commit 6b57068

Please sign in to comment.