Skip to content

Commit c5a3506

Browse files
author
jovani
committed
Fixed typo on readme.
1 parent 26cee87 commit c5a3506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ return [
1111
'components' => [
1212
'storage' => [
1313
'class' => '\jovanialferez\yii2s3\AmazonS3',
14-
key' => 'AWS_ACCESS_KEY_ID',
14+
'key' => 'AWS_ACCESS_KEY_ID',
1515
'secret' => 'AWS_SECRET_ACCESS_KEY',
1616
'bucket' => 'YOUR_BUCKET',
1717
],

0 commit comments

Comments
 (0)