Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit e23e889

Browse files
authored
Merge pull request #3 from modulusphp/feature/update-package
refactor: use correct composer name
2 parents 3408867 + b997655 commit e23e889

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install
88
Require the package with composer:
99

1010
```
11-
composer require modulus/aws-sdk-modulus
11+
composer require modulus/aws-sdk
1212
```
1313

1414
Create a `aws.php` config file:
@@ -75,7 +75,7 @@ class AppServiceResolver extends Service
7575
}
7676
```
7777

78-
Once you have registered the `cloudwatch` driver and added a new channel for `cloudwatch`, you can start logging to AWS CloudWatch.
78+
Once you have registered the `cloudwatch` driver and added a new channel for `cloudwatch`, you can start logging to AWS CloudWatch:
7979

8080
```php
8181
\Log::channel('cloudwatch')->info('Successfully created a new user', ['name' => 'Donald', 'age' => 22]);

0 commit comments

Comments
 (0)