aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kiryukhin <alexander@kiryukhin.su>2019-01-11 03:44:46 +0300
committerGitHub <noreply@github.com>2019-01-11 03:44:46 +0300
commit0adcdeeb1bcbed83a7cfc5041177485935e278b3 (patch)
tree12019d4e937658b063f7203820042c3a46eb06df /README.md
parent76517641f79e8f0e4e5f3b620c731bf5c095df17 (diff)
Update README.md
Deleted `dev` branch
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index f411aa2..b86f9c6 100644
--- a/README.md
+++ b/README.md
@@ -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";