diff --git a/README.md b/README.md index 21ae892..6560792 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# Mathematical-Expressions-Parser +# Mathematical expressions parser A really simple expression evaluator supporting the four basic math operations, functions, parentheses, and variables. -This is a tweaked version of a parser written by Blake O'Hare. You can find the original version here: -http://blakeohare.com/article/parsemathexpressionpython/ - +This is a tweaked version of a parser originally written by Blake O'Hare. You can find the original version [here](http://blakeohare.com/article/parsemathexpressionpython/). ## What does this tweak change? You can now safely evaluate mathematical expressions including built-in functions such as `cos`, `sin`, `exp`, etc.