From e94c260e50c18b0c045c85bf9bac768d9c8a8411 Mon Sep 17 00:00:00 2001 From: Lico San Date: Mon, 17 Jun 2019 13:40:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09a2327..a2d0f50 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Formula1 -##Simple Mathematical formulas evaluator for PHP +## Simple Mathematical formulas evaluator for PHP If you need to evaluate a formula with basic operators and variables, and @@ -34,6 +34,6 @@ $f1 = new Formula1('-45+(fourty_one*2)-(6/(three+1))' , ['fourty_one'=>'82/2', ' echo($f1->compute()); ``` -##TODO +## TODO * add math operations like sin, cos, sqrt etc...