From fa3f5ec6563efc06c0656a5fbb7865fbcf25f0eb Mon Sep 17 00:00:00 2001 From: Riley W Date: Thu, 16 Apr 2020 09:49:18 -0400 Subject: [PATCH] Remove extra parenthesis in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc78916..505f664 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ var costMatrix = [ solver .solveTsp(costMatrix, true, {}) - .then(function (result)) { + .then(function (result) { console.log(result) // result is an array of indices specifying the route. }) - \ No newline at end of file +