From c0cd46de098e63a97114827ed32d1eecebb48080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 25 Jun 2019 11:23:01 -0300 Subject: [PATCH] Fix type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7a94cb..c7c2ff5 100644 --- a/README.md +++ b/README.md @@ -170,13 +170,13 @@ binding.emit(cloudevent) ``` #### Receiving Events -You can choose any http framework for port binding, but use the Unmarshaller -to process the HTTP Payload and HTTP Headers to extract the CloudEvents. +You can choose any http framework for port binding. But, use the Unmarshaller +to process the HTTP Payload and HTTP Headers, extracting the CloudEvents. -__Checkout the full working example [here](./examples/express-ex)__ +__:smiley: Checkout the full working example [here](./examples/express-ex)__ ```js -// some parts weres removed // +// some parts were removed // var Unmarshaller02 = require("cloudevents-sdk/http/unmarshaller/v02");