From 0042b25f55863d8275795d54d666231cadd1d109 Mon Sep 17 00:00:00 2001 From: Bartosz Zbislawski Date: Thu, 13 Jul 2017 20:22:20 +0100 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ac5189..d3088cf 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -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: