From 041aed4bad4f00023be3990bdf57054b763adddc Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 18 Nov 2019 08:24:39 +0100 Subject: [PATCH] Remove non-existing fromString from README API doc This commit removes the API documentation for the fromString Cloudevent function as it does not seem to exist. Signed-off-by: Daniel Bevenius --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 4ca9865..05352a7 100644 --- a/README.md +++ b/README.md @@ -252,12 +252,6 @@ Object Cloudevent.format() * Format the payload as String. */ String Cloudevent.toString() - -/* - * Create a Cloudevent instance from String. - */ -Cloudevent Cloudevent.fromString(String) - ``` ### `Formatter` classes