From 542efe2a6c3771e54c99a54a30b4d5a849c470e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 25 Jun 2019 11:24:09 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c2ff5..490d800 100644 --- a/README.md +++ b/README.md @@ -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 //