Skip to content

Commit

Permalink
Merge pull request #67 from bzbislawski/php5
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
alaouy authored Jul 14, 2017
2 parents 5f7a52d + 0042b25 commit 3066277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You need to create an application and create your access token in the [developer

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

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

Publish config settings:
```
php artisan vendor:publish
$ php artisan vendor:publish
```

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

Publish config settings:
```
php artisan config:publish alaouy/youtube
$ php artisan config:publish alaouy/youtube
```

Set your Youtube API key in the file:
Expand Down

0 comments on commit 3066277

Please sign in to comment.