diff options
author | Alexander Kiryukhin <frei@neonxp.info> | 2013-09-06 08:26:53 +0400 |
---|---|---|
committer | Alexander Kiryukhin <frei@neonxp.info> | 2013-09-06 08:26:53 +0400 |
commit | 74cb31c8be197e69f61af88bdf1ab5bb14f54512 (patch) | |
tree | 907d982a4daf59f76366244cc0264acb90b3ca13 /README.md | |
parent | 46173b180f68c4819cd815f39f5d08878cd8995d (diff) |
Update README.md
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"); |