From b3773ee57d33e381ed8b0170eb537d74903097bf Mon Sep 17 00:00:00 2001 From: rxi Date: Sun, 2 Mar 2014 01:55:27 +0000 Subject: [PATCH] Fixed typo in README.md on lume.angle()'s args --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8b965..bcdc7ad 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Ping-pongs the value `x` between 0 and 1. ### lume.distance(x1, y1, x2, y2) 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. ### lume.random([a [, b]])