Skip to content

Commit 6a6f810

Browse files
committed
Fix version in README.md.
1 parent 876f4e9 commit 6a6f810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ The preferred way to install this extension is through [composer](https://getcom
3838
Either run
3939

4040
```shell
41-
composer require --prefer-dist ui-awesome/html-helper:^0.1
41+
composer require --prefer-dist ui-awesome/html-helper:^0.2
4242
```
4343

4444
or add
4545

4646
```json
47-
"ui-awesome/html-helper": "^0.1"
47+
"ui-awesome/html-helper": "^0.2"
4848
```
4949

5050
to the require section of your `composer.json` file.

0 commit comments

Comments
 (0)