Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jan 21, 2024
1 parent 20c1f31 commit a38f2cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ The preferred way to install this extension is through [composer](https://getcom
Either run

```
composer require --dev --prefer-dist yii2-extensions/asset-bootstrap5
composer require --prefer-dist yii2-extensions/asset-bootstrap5:"^0.1"
```

or add

```
"yii2-extensions/asset-bootstrap5": "dev-main"
"yii2-extensions/asset-bootstrap5":"^0.1"
```

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

## Basic usage

Expand Down

0 comments on commit a38f2cb

Please sign in to comment.