Skip to content

Commit a3cd9c2

Browse files
committed
Update README.md
1 parent fb1ccd8 commit a3cd9c2

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
@@ -13,13 +13,13 @@ The preferred way to install this extension is through [composer](http://getcomp
1313
Either run
1414

1515
```
16-
php composer.phar require unclead/yii2-multiple-input "*"
16+
php composer.phar require unclead/yii2-multiple-input "dev-master"
1717
```
1818

1919
or add
2020

2121
```
22-
"unclead/yii2-multiple-input": "*"
22+
"unclead/yii2-multiple-input": "dev-master"
2323
```
2424

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

0 commit comments

Comments
 (0)