Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Nov 29, 2013
1 parent ba68d17 commit 69686d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 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.

Expand All @@ -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.
Expand Down

0 comments on commit 69686d0

Please sign in to comment.