Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bersilius committed Mar 16, 2017
1 parent 3ed6bb6 commit ae1cb93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Under the hood, upon initialization this plugin creates a new object using the a

Run the install command:

npm install
npm install --save seneca-aws-adapter

Run tests:

Expand Down Expand Up @@ -69,8 +69,8 @@ This way you can initialize the plugin multiple times, so you can use multiple A

```javaScript
seneca
.use('seneca-aws-adapter', { service: 'SNS', serviceParams: paramsSNS )
.use('seneca-aws-adapter', { service: 'S3', serviceParams: paramsS3 )
.use('seneca-aws-adapter', { service: 'SNS', serviceParams: paramsSNS })
.use('seneca-aws-adapter', { service: 'S3', serviceParams: paramsS3, awsEventListeners: { ... } })
```

Maybe you want to gather information from one or more AWS services and save those as a text log in an S3 bucket.
Expand Down

0 comments on commit ae1cb93

Please sign in to comment.