Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-06-25 11:24:09 -03:00
parent c0cd46de09
commit 542efe2a6c
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ binding.emit(cloudevent)
You can choose any http framework for port binding. But, use the Unmarshaller
to process the HTTP Payload and HTTP Headers, extracting the CloudEvents.
__:smiley: Checkout the full working example [here](./examples/express-ex)__
__:smiley: Checkout the full working example: [here](./examples/express-ex).__
```js
// some parts were removed //