Skip to content

Commit 942df44

Browse files
committed
Fix the typo
Signed-off-by: Fabio José <[email protected]>
1 parent ceb5c45 commit 942df44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ var formatted = cloudevent.format();
173173

174174
```
175175

176-
## Hot to emit the event?
176+
## How to emit an event?
177177

178178
```js
179179
// The event
@@ -205,3 +205,5 @@ binding.emit(cloudevent)
205205
> See how to implement the method injection [here](lib/specs/spec_0_1.js#L17)
206206
>
207207
> Learn about [Builder Design Pattern](https://en.wikipedia.org/wiki/Builder_pattern)
208+
>
209+
> Check out the produced event payload using this [tool](https://webhook.site)

0 commit comments

Comments
 (0)