Skip to content

Commit 9c84907

Browse files
authored
Update README.md
1 parent de0a815 commit 9c84907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

1212
```
13-
php composer.phar require --prefer-dist kozhemin/yii2-insert-update-behavior "*"
13+
php composer.phar require kozhemin/yii2-insert-update-behavior:dev-master
1414
```
1515

1616
or add
1717

1818
```
19-
"kozhemin/yii2-insert-update-behavior": "*"
19+
"kozhemin/yii2-insert-update-behavior": "dev-master"
2020
```
2121

2222
to the require section of your `composer.json` file.
@@ -53,4 +53,4 @@ or
5353
//INSERT IGNORE
5454
$model = new Post();
5555
$model->insertIgnore($dataInsert)
56-
```
56+
```

0 commit comments

Comments
 (0)