diff options
author | Alexander Kiryukhin <alexander@kiryukhin.su> | 2019-01-11 03:44:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 03:44:46 +0300 |
commit | 0adcdeeb1bcbed83a7cfc5041177485935e278b3 (patch) | |
tree | 12019d4e937658b063f7203820042c3a46eb06df /README.md | |
parent | 76517641f79e8f0e4e5f3b620c731bf5c095df17 (diff) |
Update README.md
Deleted `dev` branch
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -14,16 +14,10 @@ A simple math expressions calculator * Easily extendable ## Install via Composer: -Stable branch ``` composer require "nxp/math-executor" ``` -Dev branch (currently unsupported) -``` -composer require "nxp/math-executor" "dev-dev" -``` - ## Sample usage: ```php require "vendor/autoload.php"; |