Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 26, 2024
1 parent 6fe7cc8 commit e1d56a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ The preferred way to install this extension is through [composer](https://getcom

Either run

```
composer require --dev --prefer-dist yii2-extensions/selectize
```shell
composer require --prefer-dist yii2-extensions/selectize:^0.1
```

or add

```
"yii2-extensions/selectize": "dev-main"
```json
"yii2-extensions/selectize": "^0.1"
```

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

0 comments on commit e1d56a6

Please sign in to comment.