Skip to content

Commit 761f13e

Browse files
authored
Merge pull request #16 from dancrumb/patch-1
Make the package name more obvious to folks finding this on git
2 parents e191120 + 0710122 commit 761f13e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ The **Amazon SNS Message Validator for Node.js** library allows you to validate
88
that incoming HTTP(S) POST messages are valid Amazon SNS notifications. This
99
library is standalone and does not depend on the AWS SDK for JavaScript.
1010

11+
## Installation
12+
13+
The npm module's name is [`sns-validator`](https://www.npmjs.com/package/sns-validator). Install with npm or yarn:
14+
15+
```
16+
npm i sns-validator
17+
```
18+
19+
or
20+
21+
```
22+
yarn add sns-validator
23+
```
24+
1125
## Basic Usage
1226

1327
To validate a message, you can instantiate a `MessageValidator` object and pass

0 commit comments

Comments
 (0)