Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frostealth committed May 31, 2015
1 parent 0965a4f commit 2fb7f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The component currently supports CloudFront (getting a CDN url for an object in
## Installation
1. The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run `php composer.phar require frostealth/yii2-aws-s3 "0.2.*"`
Either run `php composer.phar require frostealth/yii2-aws-s3 "0.3.*"`

or add `"frostealth/yii2-aws-s3": "0.2.*"` to the require section of your `composer.json` file.
or add `"frostealth/yii2-aws-s3": "0.3.*"` to the require section of your `composer.json` file.
2. Add component to `config/main.php`

```php
Expand Down

0 comments on commit 2fb7f9a

Please sign in to comment.