From 918f8cb167f79dece3f683b4b30d9a6cef35f04b Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Sat, 8 Nov 2014 21:33:13 +0530 Subject: [PATCH] Initial release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99472b5..272d62d 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ The preferred way to install this extension is through [composer](http://getcomp To install, either run ``` -$ php composer.phar require kartik-v/yii2-widget-select2 "dev-master" +$ php composer.phar require kartik-v/yii2-widget-select2 "*" ``` or add ``` -"kartik-v/yii2-widget-select2": "dev-master" +"kartik-v/yii2-widget-select2": "*" ``` to the ```require``` section of your `composer.json` file.