Skip to content

Commit 3e805b7

Browse files
committed
Fixing installation instructions in the README [ci-skip]
1 parent 3226049 commit 3e805b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ if ($validator->isValid($message)) {
4343

4444
The SNS Message Validator can be installed via [Composer][].
4545

46-
$ composer require aws/aws-php-sns-message-validator
46+
$ composer require aws/aws-php-sns-message-validator
4747

4848
Since the library has no other PHP dependencies, you can also easily install
49-
the library from the [source code][] here on GitHub.
49+
the library from the [source code][] here on GitHub, assuming you include the
50+
files manually or use your own autoloader.
5051

5152
## About Amazon SNS
5253

0 commit comments

Comments
 (0)