Fixed typo in README.md on lume.angle()'s args

This commit is contained in:
rxi 2014-03-02 01:55:27 +00:00
parent 842e367ccd
commit b3773ee57d

View File

@ -39,7 +39,7 @@ Ping-pongs the value `x` between 0 and 1.
### lume.distance(x1, y1, x2, y2) ### lume.distance(x1, y1, x2, y2)
Returns the distance between the two points. Returns the distance between the two points.
### lume.angle(x1, y2, x2, y2) ### lume.angle(x1, y1, x2, y2)
Returns the angle between the two points. Returns the angle between the two points.
### lume.random([a [, b]]) ### lume.random([a [, b]])