aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kiryukhin <frei@neonxp.info>2013-03-14 04:36:17 +0400
committerAlexander Kiryukhin <frei@neonxp.info>2013-03-14 04:36:17 +0400
commitd26b482b85b6151eab811cc7f7c5424fa825b749 (patch)
tree761c286685063912e676a42000cf1baf9757cd4e /README.md
parent5b5fb4ff70a0be395352a7159466a2e5eff12c48 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 474a47d..b015e84 100644
--- a/README.md
+++ b/README.md
@@ -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]