From 218684b19d74f257d8b39dfc55abeda0fe091074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Fri, 9 Nov 2018 15:27:00 -0200 Subject: [PATCH] API Documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 818d1ed..654c4a3 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ Javascript SDK for CloudEvents ```js /* - * Format the payload and return it. + * Format the payload and return an Object. */ -Cloudevent.format() +Object Cloudevent.format() /* * Format the payload as String. */ -Cloudevent.toString() +String Cloudevent.toString() ```