diff options
author | Alexander Kiryukhin <frei@neonxp.info> | 2013-09-06 17:33:47 +0400 |
---|---|---|
committer | Alexander Kiryukhin <frei@neonxp.info> | 2013-09-06 17:33:47 +0400 |
commit | ec9e06742193092f00454ca734e5defd28459759 (patch) | |
tree | 8ae897c4a6ab75ffed28cc61a56cd1a454cad75f /README.md | |
parent | e3bac0c101b8a6c762eda0df66fbfbda448b476c (diff) |
Update README.md
Diffstat (limited to 'README.md')
-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: |