Skip to content

Commit 0042b25

Browse files
committed
Update readme
1 parent 5f7a52d commit 0042b25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You need to create an application and create your access token in the [developer
1111

1212
Run in console below command to download package to your project:
1313
```
14-
composer require alaouy/youtube --prefer-dist dev-master
14+
composer require alaouy/youtube --prefer-dist 1.*
1515
```
1616

1717
## Configuration
@@ -28,7 +28,7 @@ Do not forget to add also Youtube facade there:
2828

2929
Publish config settings:
3030
```
31-
php artisan vendor:publish
31+
$ php artisan vendor:publish
3232
```
3333

3434
Set your Youtube API key in the file:
@@ -50,7 +50,7 @@ Do not forget to add also Youtube facade there:
5050

5151
Publish config settings:
5252
```
53-
php artisan config:publish alaouy/youtube
53+
$ php artisan config:publish alaouy/youtube
5454
```
5555

5656
Set your Youtube API key in the file:

0 commit comments

Comments
 (0)