Skip to content

Commit

Permalink
Make the package name more obvious to folks finding this on git
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrumb authored Dec 23, 2017
1 parent e191120 commit 0710122
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ The **Amazon SNS Message Validator for Node.js** library allows you to validate
that incoming HTTP(S) POST messages are valid Amazon SNS notifications. This
library is standalone and does not depend on the AWS SDK for JavaScript.

## Installation

The npm module's name is [`sns-validator`](https://www.npmjs.com/package/sns-validator). Install with npm or yarn:

```
npm i sns-validator
```

or

```
yarn add sns-validator
```

## Basic Usage

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

0 comments on commit 0710122

Please sign in to comment.