From 69686d04c18a53d8dfb0ea95f8ddb0e37e0e2eba Mon Sep 17 00:00:00 2001 From: Dmitry Erofeev Date: Fri, 29 Nov 2013 20:35:56 +0400 Subject: [PATCH] updated README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7c7d118e5..5cb0c5a00 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Dektrium User Module -================== +Yii2-User +========= -Dektrium User Module is a flexible user registration and authentication module for Yii2. It provides user authentication and registration to your Yii2 site. +Yii2-User is a flexible user registration and authentication module for Yii2. It provides user authentication and registration to your Yii2 site. **NOTE:** Module is in initial development. Anything may change at any time. @@ -11,14 +11,14 @@ The preferred way to install this extension is through [composer](http://getcomp Either run -``` -$ php composer.phar require dektrium/yii2-user "dev-master" +```bash +$ php composer.phar require dektrium/yii2-user "0.1.0" ``` or add ``` -"dektrium/yii2-user": "dev-master" +"dektrium/yii2-user": "0.1.0" ``` to the require section of your `composer.json` file.