Skip to content

Commit

Permalink
Fix version in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 30, 2024
1 parent 876f4e9 commit 6a6f810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ The preferred way to install this extension is through [composer](https://getcom
Either run

```shell
composer require --prefer-dist ui-awesome/html-helper:^0.1
composer require --prefer-dist ui-awesome/html-helper:^0.2
```

or add

```json
"ui-awesome/html-helper": "^0.1"
"ui-awesome/html-helper": "^0.2"
```

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

0 comments on commit 6a6f810

Please sign in to comment.