From 27667f8177929386d5ea5c24e3d085aff2741774 Mon Sep 17 00:00:00 2001 From: Thomas Ankcorn Date: Sat, 12 Dec 2020 23:38:49 +0000 Subject: [PATCH] Fixing a typo in code example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package name tripped me up! I hope this helps 👍 Thanks for making it so easy to try out honeycomb with lambda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c6927..0f056de 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Me: Aaarrrrggghhhhh.. This library is designed to wrap all NodeJS invocations and automagically suck all metadata into honeycomb. 90% of your data needs can be met with a quick: ```javascript -const hll = require('@bitgenics/honeycomb-lambda-logger') +const hll = require('@bitgenics/honey-lambda-logger') const handler = async (event, context) => { .....//Your regular lambda