diff options
author | NeonXP <frei@neonxp.info> | 2013-09-06 17:30:48 +0400 |
---|---|---|
committer | NeonXP <frei@neonxp.info> | 2013-09-06 17:30:48 +0400 |
commit | e3bac0c101b8a6c762eda0df66fbfbda448b476c (patch) | |
tree | 887de8d8f448cc827ec92d4eeea2e25f8457718f | |
parent | abc629a10b5b4f374ec97d826c70c00e45ac2f95 (diff) |
~Change readme
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6,7 +6,15 @@ Simple math expressions calculator ## Install via Composer -All instructions to install here: https://packagist.org/packages/nxp/math-executor +Stable branch +``` +composer require "nxp/math-executor" "v0.1" +``` + +Dev branch +``` +composer require "nxp/math-executor" "dev-master" +``` ## Sample usage: |