Skip to content

Commit 9b4b11a

Browse files
committed
update composer install notes
1 parent 1888e9e commit 9b4b11a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ HTML5 provides the following features.
2424

2525
Install HTML5-PHP using [composer](http://getcomposer.org/).
2626

27-
To install, add `masterminds/html5` to your `composer.json` file:
27+
By adding the `masterminds/html5` dependency to your `composer.json` file:
2828

2929
```json
3030
{
3131
"require" : {
32-
"masterminds/html5": "2.*"
32+
"masterminds/html5": "^2.0"
3333
},
3434
}
3535
```
3636

37-
(You may substitute `2.*` for a more specific release tag, of
38-
course.)
37+
By invoking require command via composer executable:
3938

40-
From there, use the `composer install` or `composer update` commands to
41-
install.
39+
```bash
40+
composer require masterminds/html5
41+
```
4242

4343
## Basic Usage
4444

0 commit comments

Comments
 (0)