diff options
author | NeonXP <frei@neonxp.info> | 2013-09-18 20:35:19 +0400 |
---|---|---|
committer | NeonXP <frei@neonxp.info> | 2013-09-18 20:35:19 +0400 |
commit | b04cf54aa3e4d31bcea43011b371c75d168ac7f6 (patch) | |
tree | 182ee4eae384be69057a7d0a136c960dc2727d29 | |
parent | 0b7e6b1b860f303d6c71a0d0d1692220dcb53dc4 (diff) | |
parent | ec9e06742193092f00454ca734e5defd28459759 (diff) |
Merge branch 'dev' of github.com:NeonXP/MathExecutor into dev
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,12 +8,12 @@ Simple math expressions calculator Stable branch ``` -composer require "nxp/math-executor" "v0.1" +composer require "nxp/math-executor" "dev-master" ``` Dev branch ``` -composer require "nxp/math-executor" "dev-master" +composer require "nxp/math-executor" "dev-dev" ``` ## Sample usage: |