From ead14f594dccb0eefa3e371acda8953e7c8520b1 Mon Sep 17 00:00:00 2001 From: Zachary Claret-Scott Date: Sat, 1 Jun 2019 14:06:51 +0000 Subject: [PATCH] Quick fix to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 510f3ae..e6610c1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add a new disk to your `filesystems.php` config ## Usage ```php -$disk = Storage::disk('gcs'); +$disk = Storage::disk('wasabi'); // create a file $disk->put('avatars/1', $fileContents); @@ -61,4 +61,4 @@ $disk->setVisibility('folder/my_file.txt', 'public'); // See https://laravel.com/docs/5.3/filesystem for full list of available functionality -``` \ No newline at end of file +```