Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Fixed readme example with files global
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyers committed Sep 5, 2014
1 parent e00f752 commit 650019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Storage::put('user/avatar.jpg', $contents);
Upload a file into storage:

```php
Storage::upload($_FILE['avatar'], 'user/avatar.jpg');
Storage::upload($_FILES['avatar'], 'user/avatar.jpg');
```

Download a file from storage:
Expand Down

0 comments on commit 650019c

Please sign in to comment.