aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Wells <phpfui@users.noreply.github.com>2018-09-12 19:36:15 +0300
committerGitHub <noreply@github.com>2018-09-12 19:36:15 +0300
commit7a36e07736c04e620380fc6657888dca50ad8e31 (patch)
tree7b58c49eb788554db08ee8402bd014d10dae6b7b /README.md
parent00def17f0e9183544813427cddbdaed851986309 (diff)
parent76d1b4b8f02d555e4b4f4fd4d641597f0f6b5f4e (diff)
Merge branch 'master' into support_for_double_quoted_strings
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c611b8..2fdb5c1 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,15 @@ Simple math expressions calculator
## Install via Composer
-All instructions to install here: https://packagist.org/packages/nxp/math-executor
+Stable branch
+```
+composer require "nxp/math-executor" "dev-master"
+```
+
+Dev branch
+```
+composer require "nxp/math-executor" "dev-dev"
+```
## Sample usage: