diff --git a/README.md b/README.md index cecf2df6..8bfb103c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,13 @@ ## Installation ``` -composer require elecena/amazon-s3-php-class +composer require tamasmazuk/amazon-s3-php-class ``` +## Extra + +* SignatureDoesNotMatch error bugfix merged: https://github.com/tpyo/amazon-s3-php-class/pull/175 + ## Usage OO method (e,g; $s3->getObject(...)):