Skip to content

Commit b0b276f

Browse files
committed
Merge branch 'master' of github.com:overtrue/laravel-filesystem-qiniu
2 parents 499bb55 + f04a98b commit b0b276f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ $disk->copy('old/file1.jpg', 'new/file1.jpg');
6262
$disk->move('old/file1.jpg', 'new/file1.jpg');
6363

6464
// get file contents
65-
$contnets = $disk->read('folder/my_file.txt');
66-
65+
$contents = $disk->read('folder/my_file.txt');
6766
```
6867

6968
[Full API documentation.](http://flysystem.thephpleague.com/api/)
7069

7170
# License
7271

73-
MIT
72+
MIT

0 commit comments

Comments
 (0)