From b90aa9121bc90944dc5d402d87f651ebdf49ec8c Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 23 Oct 2017 20:20:44 +0200 Subject: [PATCH] Fixed #961: remove "Has no dependencies" from feature list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9245cb8f4..fddbfc3e8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Math.js is an extensive math library for JavaScript and Node.js. It features a f - Contains a flexible expression parser. - Does symbolic computation. - Comes with a large set of built-in functions and constants. -- Has no dependencies. Runs on any JavaScript engine. +- Runs on any JavaScript engine. - Can be used as a command line application as well. - Is easily extensible. - Open source.