Skip to content

Commit

Permalink
Fixes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bubasuma committed Jan 23, 2016
1 parent ae5edda commit 62c4a00
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 @@ -10,13 +10,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require --prefer-dist bubasuma/yii2-simplechat "*"
php composer.phar require --prefer-dist bubasuma/yii2-simplechat
```

or add

```
"bubasuma/yii2-simplechat": "*"
"bubasuma/yii2-simplechat": "~1.0.0"
```

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

0 comments on commit 62c4a00

Please sign in to comment.