From 52a45179267abcbe1e609c3cd1eb9eb1c749eeb7 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Mon, 26 Jan 2015 17:42:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a698e34..37d61ef 100755 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ for(var c = 0; c < contours.size(); ++c) { console.log("Contour " + c); for(var i = 0; i < contours.cornerCount(c); ++i) { var point = contours.point(c, i); - console.log("(" + point.x + "," + point.y + ")");" + console.log("(" + point.x + "," + point.y + ")"); } }