Skip to content

Commit

Permalink
Update basic-usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayac committed Jun 8, 2015
1 parent 8c4afa4 commit d8ec4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/basic-usage.rst
Expand Up @@ -142,7 +142,7 @@ call the ``Aws\S3\S3Client::putObject()`` method.
.. code-block:: php
// Use an Aws\Sdk class to create the S3Client object.
$s3 = $sdk->createS3();
$s3Client = $sdk->createS3();
// Send a PutObject request and get the result object.
$result = $s3Client->putObject([
Expand Down

0 comments on commit d8ec4f4

Please sign in to comment.