Update README.md

Deleted `dev` branch
This commit is contained in:
Alexander Kiryukhin 2019-01-11 03:44:46 +03:00 committed by GitHub
parent 76517641f7
commit 0adcdeeb1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";