aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kiryukhin <alexander@kiryukhin.su>2018-09-06 20:39:56 +0300
committerGitHub <noreply@github.com>2018-09-06 20:39:56 +0300
commitaa1a092a9e231e8f923ab40365dff092c2908903 (patch)
treec192d6dd2948e83122893ab67228141b271c2d22 /README.md
parent855ca5dfc1a6d70d9872df4b0d7bea8ba3c4c040 (diff)
parent3011a1c55686ef5a0c7759ae1efcb2a71623ab9c (diff)
Merge pull request #26 from phpfui/getters_for_function_and_operators
Getters for function and operators
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: