Skip to content

Commit

Permalink
Merge pull request #20 from Guard13007/patch-1
Browse files Browse the repository at this point in the history
insignificant typo in README
  • Loading branch information
kikito committed May 14, 2017
2 parents ff8c9cc + 4517d87 commit bccadd7
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 @@ -157,7 +157,7 @@ Flips an animation horizontally (left goes to right and viceversa). This means t

Note that this method does not create a new animation. If you want to create a new one, use the `clone` method.

This method returns the animation, so you can do things like `local a = anim8.newAnimation(g(1,'1-10'), 0.1):flipV()`
This method returns the animation, so you can do things like `local a = anim8.newAnimation(g(1,'1-10'), 0.1):flipH()`

`animation:flipV()`

Expand Down

0 comments on commit bccadd7

Please sign in to comment.