Skip to content

Commit 69686d0

Browse files
committed
updated README
1 parent ba68d17 commit 69686d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Dektrium User Module
2-
==================
1+
Yii2-User
2+
=========
33

4-
Dektrium User Module is a flexible user registration and authentication module for Yii2. It provides user authentication and registration to your Yii2 site.
4+
Yii2-User is a flexible user registration and authentication module for Yii2. It provides user authentication and registration to your Yii2 site.
55

66
**NOTE:** Module is in initial development. Anything may change at any time.
77

@@ -11,14 +11,14 @@ The preferred way to install this extension is through [composer](http://getcomp
1111

1212
Either run
1313

14-
```
15-
$ php composer.phar require dektrium/yii2-user "dev-master"
14+
```bash
15+
$ php composer.phar require dektrium/yii2-user "0.1.0"
1616
```
1717

1818
or add
1919

2020
```
21-
"dektrium/yii2-user": "dev-master"
21+
"dektrium/yii2-user": "0.1.0"
2222
```
2323

2424
to the require section of your `composer.json` file.

0 commit comments

Comments
 (0)