Skip to content

Commit

Permalink
Merge pull request #51 from clementtalleu/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
CodeIsLife authored and CodeIsLife committed Feb 16, 2016
2 parents 57affbb + 17eef93 commit e217a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a Symfony2 Bundle for interfacing with Amazon Web Services (AWS).

This bundle utilizes the [AWS SDK for PHP](http://github.com/amazonwebservices/aws-sdk-for-php) by loading the SDK and providing the means to instantiate the SDK's various web service objects, passing them back to you for direct use.

The AWS SDK for PHP is the the official Amazon-supported library for interfacing with with Amazon's Web Service offerings. As such, the bundle merely provides a means (via Dependency Injection) to get at the SDK's various web service objects. There is no additional functionality at present time.
The AWS SDK for PHP is the official Amazon-supported library for interfacing with Amazon's Web Service offerings. As such, the bundle merely provides a means (via Dependency Injection) to get at the SDK's various web service objects. There is no additional functionality at present time.

Once objects have been created, you have full access to the SDK. Please see the [AWS SDK for PHP documentation](http://docs.amazonwebservices.com/AWSSDKforPHP/latest/) for a list of each service's API calls.

Expand Down Expand Up @@ -128,7 +128,7 @@ the_phalcons_amazon_web_services:
## Usage ##
Once installed, you simply need to request the appropriate service for the Amazon Web Service object you wish to use. The returned object will then allow you full access the the API for the requested service.
Once installed, you simply need to request the appropriate service for the Amazon Web Service object you wish to use. The returned object will then allow you full access the API for the requested service.
**Please see the [AWS SDK for PHP documentation](http://docs.amazonwebservices.com/AWSSDKforPHP/latest/) for a list of each service's API calls.**
Expand Down

0 comments on commit e217a55

Please sign in to comment.