Skip to content

Commit

Permalink
Fix typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfbag7 committed Feb 11, 2020
1 parent 3bc1625 commit d43a337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -51,7 +51,7 @@ use League\Flysystem\Filesystem;

include __DIR__ . '/vendor/autoload.php';

$client = new S3Client([
$client = new S3MultiRegionClient([
'credentials' => [
'key' => 'your-key',
'secret' => 'your-secret'
Expand Down

0 comments on commit d43a337

Please sign in to comment.