Skip to content

Commit cc1af54

Browse files
committed
Doc clarifications
Signed-off-by: Fabio José <[email protected]>
1 parent fb58f9c commit cc1af54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

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

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

176+
The Unmarshaller will parse the HTTP Request and decides if it is a binary
177+
or a structured version of transport binding.
178+
176179
__:smiley: Checkout the full working example: [here](./examples/express-ex).__
177180

178181
```js

0 commit comments

Comments
 (0)