Skip to content

Commit f16c921

Browse files
Drop dollar sign on install command (#68)
1 parent de457ea commit f16c921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if ($validator->isValid($message)) {
5151

5252
The SNS Message Validator can be installed via [Composer][].
5353

54-
$ composer require aws/aws-php-sns-message-validator
54+
composer require aws/aws-php-sns-message-validator
5555

5656
## Getting Help
5757

@@ -176,4 +176,4 @@ implementation][] in Version 2 of the [AWS SDK for PHP][].
176176

177177
## Contributing
178178

179-
We work hard to provide a high-quality and useful SDK for our AWS services, and we greatly value feedback and contributions from our community. Please review our [contributing guidelines](./CONTRIBUTING.md) before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
179+
We work hard to provide a high-quality and useful SDK for our AWS services, and we greatly value feedback and contributions from our community. Please review our [contributing guidelines](./CONTRIBUTING.md) before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.

0 commit comments

Comments
 (0)