Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Apr 26, 2015
1 parent 589d64d commit e54ce2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require --prefer-dist mdmsoft/yii2-autonumber "dev-master"
php composer.phar require --prefer-dist mdmsoft/yii2-autonumber "~1.0"
```

or add

```
"mdmsoft/yii2-autonumber": "dev-master"
"mdmsoft/yii2-autonumber": "~1.0"
```

to the require section of your `composer.json` file.
Expand Down

0 comments on commit e54ce2e

Please sign in to comment.