Skip to content

Commit be0120c

Browse files
authored
Update README.md
1 parent 5330796 commit be0120c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ Currently I will not consider adding OAuth endpoints. (those required "authorize
1616
* CURL extension in PHP
1717

1818
## Install
19-
Edit your `composer.json` and add this to the `require` section
20-
```json
21-
"madcoda/php-youtube-api": "1.*"
22-
```
23-
then run the following command in your command line shell
19+
Run the following command in your command line shell in your php project
2420
```sh
25-
$ composer update
21+
$ composer require madcoda/php-youtube-api:^1.2
22+
```
23+
Done.
24+
25+
You may also edit composer.json manually then perform ```composer update```
26+
```
27+
"require": {
28+
"madcoda/php-youtube-api": "^1.2"
29+
}
2630
```
2731

2832
## Getting started

0 commit comments

Comments
 (0)