Merge branch 'dev' of github.com:NeonXP/MathExecutor into dev

This commit is contained in:
NeonXP 2013-09-18 20:35:19 +04:00
commit b04cf54aa3

View file

@ -8,12 +8,12 @@ Simple math expressions calculator
Stable branch Stable branch
``` ```
composer require "nxp/math-executor" "v0.1" composer require "nxp/math-executor" "dev-master"
``` ```
Dev branch Dev branch
``` ```
composer require "nxp/math-executor" "dev-master" composer require "nxp/math-executor" "dev-dev"
``` ```
## Sample usage: ## Sample usage: