Skip to content

Commit b8e0098

Browse files
authored
readme - fix composer command
1 parent 3e9bf24 commit b8e0098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The preferred way to install this extension is through [composer](http://getcomp
99
Either run
1010

1111
```
12-
php composer.phar require --prefer-dist matthew-p/yii2-services "*"
12+
php composer.phar require --prefer-dist kakadu-dev/yii2-enum "@dev"
1313
```
1414

1515
or add
@@ -130,4 +130,4 @@ DetailView::widget([
130130
$form->field($model, 'status')->dropDownList(UserStatus::all())
131131
```
132132

133-
That's all. Check it.
133+
That's all. Check it.

0 commit comments

Comments
 (0)