diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,4 +7,10 @@ Simple math expressions calculator <?php require "vendor/autoload.php"; $calculator = new \NXP\MathExecutor(); - print $calculator->execute("1 + 2 * (2 - (4+10))^2");
\ No newline at end of file + print $calculator->execute("1 + 2 * (2 - (4+10))^2"); + +## Install via Composer + +All instructions to install here: + +[https://packagist.org/packages/nxp/math-executor] |