Skip to content

Commit a38f2cb

Browse files
committed
Update README.md.
1 parent 20c1f31 commit a38f2cb

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
@@ -31,16 +31,16 @@ The preferred way to install this extension is through [composer](https://getcom
3131
Either run
3232

3333
```
34-
composer require --dev --prefer-dist yii2-extensions/asset-bootstrap5
34+
composer require --prefer-dist yii2-extensions/asset-bootstrap5:"^0.1"
3535
```
3636

3737
or add
3838

3939
```
40-
"yii2-extensions/asset-bootstrap5": "dev-main"
40+
"yii2-extensions/asset-bootstrap5":"^0.1"
4141
```
4242

43-
to the require-dev section of your `composer.json` file.
43+
to the require section of your `composer.json` file.
4444

4545
## Basic usage
4646

0 commit comments

Comments
 (0)