Skip to content

Commit c0cd46d

Browse files
committed
Fix type
Signed-off-by: Fabio José <[email protected]>
1 parent 038c786 commit c0cd46d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ binding.emit(cloudevent)
170170
```
171171
#### Receiving Events
172172

173-
You can choose any http framework for port binding, but use the Unmarshaller
174-
to process the HTTP Payload and HTTP Headers to extract the CloudEvents.
173+
You can choose any http framework for port binding. But, use the Unmarshaller
174+
to process the HTTP Payload and HTTP Headers, extracting the CloudEvents.
175175

176-
__Checkout the full working example [here](./examples/express-ex)__
176+
__:smiley: Checkout the full working example [here](./examples/express-ex)__
177177

178178
```js
179-
// some parts weres removed //
179+
// some parts were removed //
180180

181181
var Unmarshaller02 = require("cloudevents-sdk/http/unmarshaller/v02");
182182

0 commit comments

Comments
 (0)