From e3bac0c101b8a6c762eda0df66fbfbda448b476c Mon Sep 17 00:00:00 2001 From: NeonXP Date: Fri, 6 Sep 2013 17:30:48 +0400 Subject: ~Change readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ea6d31b..b921f70 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3 From ec9e06742193092f00454ca734e5defd28459759 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Fri, 6 Sep 2013 17:33:47 +0400 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b921f70..f32427a 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3