diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ Simple math expressions calculator +[![Build Status](https://travis-ci.org/NeonXP/MathExecutor.png?branch=master)](https://travis-ci.org/NeonXP/MathExecutor) + ## Install via Composer All instructions to install here: https://packagist.org/packages/nxp/math-executor @@ -116,4 +118,4 @@ $executor->setVars(array( 'var2' => 0.22 )); -$executor->execute("$var1 + $var2");
\ No newline at end of file +$executor->execute("$var1 + $var2"); |