From 942df44bbea1f7d54f2494d52ae930a6ba65666c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Wed, 14 Nov 2018 22:18:39 -0200 Subject: [PATCH] Fix the typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b021d3..44e766b 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ var formatted = cloudevent.format(); ``` -## Hot to emit the event? +## How to emit an event? ```js // The event @@ -205,3 +205,5 @@ binding.emit(cloudevent) > See how to implement the method injection [here](lib/specs/spec_0_1.js#L17) > > Learn about [Builder Design Pattern](https://en.wikipedia.org/wiki/Builder_pattern) +> +> Check out the produced event payload using this [tool](https://webhook.site)