From 9857eda5ef85e64898f7c742e1ffabb714236d6a Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Thu, 4 Jun 2020 18:04:03 -0400 Subject: [PATCH] docs(README): fix example typo (#208) fixes #173 Signed-off-by: Lucas Holmquist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ba552..a478375 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ binary and structured events in either the 1.0 or 0.3 protocol formats. ```js const { CloudEvent, - HTTPReceiever + HTTPReceiver } = require("cloudevents-sdk"); // Create a receiver to accept events over HTTP