From ae1cb9336f0c1cc48404d8e163500f2d7c82ae47 Mon Sep 17 00:00:00 2001 From: bersilius Date: Thu, 16 Mar 2017 08:08:01 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8766338..244af5c 100755 --- a/README.md +++ b/README.md @@ -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: @@ -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.