From e2f29af302ebdc0e643e9ca9c3666885b5e21975 Mon Sep 17 00:00:00 2001 From: Russell Matney Date: Sun, 15 Mar 2015 12:15:09 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b2839a..7b81577 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # lambduh-transform-s3-event Takes S3 event JSON, returns the bucket and key. -# usage +# Usage ```javascript var Q = require('q'); @@ -28,5 +28,4 @@ exports.handler = function(event, context) { } ``` -This module takes s3 Event JSON and returns the source bucket and key of the event, either by attaching `.srcBucket` and `.srcKey` to a passed options object, or by creating a new options object if none is passed. - +This module takes S3 Event JSON and returns the source `bucket` and `key` of the event, either by attaching `.srcBucket` and `.srcKey` to a passed options object, or, if none is passed, by creating a new one.