Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Quick fix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hcaz committed Jun 1, 2019
1 parent 13173a5 commit ead14f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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
```
```

0 comments on commit ead14f5

Please sign in to comment.