File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,13 +170,13 @@ binding.emit(cloudevent)
170
170
```
171
171
#### Receiving Events
172
172
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.
175
175
176
- __ Checkout the full working example [ here] ( ./examples/express-ex ) __
176
+ __ : smiley : Checkout the full working example [ here] ( ./examples/express-ex ) __
177
177
178
178
``` js
179
- // some parts weres removed //
179
+ // some parts were removed //
180
180
181
181
var Unmarshaller02 = require (" cloudevents-sdk/http/unmarshaller/v02" );
182
182
You can’t perform that action at this time.
0 commit comments