From 516d4ae70dda75a13910539c2396023faf150c4f Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Thu, 3 Nov 2016 01:45:30 +0330 Subject: [PATCH] chore(readme): mention mathexpr --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cf2787..d2df844 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Solve math expressions or create equations for repeated and complex Math tasks. To use in browser, download [`equation.min.js`](https://raw.githubusercontent.com/mdibaiee/Equation/master/equation.min.js). +_A similar library I wrote in Haskell is also available [mathexpr](https://github.com/mdibaiee/mathexpr)_ + Install using npm: ```