Skip to content

Commit 53e5426

Browse files
committed
Formatted some of the sample code.
1 parent 9caa867 commit 53e5426

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ return array(
3838
Find the `providers` key in `app/config/app.php` and register the AWS Service Provider.
3939

4040
```php
41-
'providers' => array(
42-
43-
....
44-
45-
'Aws\Laravel\AwsServiceProvider',
46-
47-
)
41+
'providers' => array(
42+
// ...
43+
'Aws\Laravel\AwsServiceProvider',
44+
)
4845
```
4946

5047
### 2. Manual Instantiation

0 commit comments

Comments
 (0)