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 <daniel.bevenius@gmail.com>
This commit is contained in:
parent
d70274d404
commit
041aed4bad
|
@ -252,12 +252,6 @@ Object Cloudevent.format()
|
||||||
* Format the payload as String.
|
* Format the payload as String.
|
||||||
*/
|
*/
|
||||||
String Cloudevent.toString()
|
String Cloudevent.toString()
|
||||||
|
|
||||||
/*
|
|
||||||
* Create a Cloudevent instance from String.
|
|
||||||
*/
|
|
||||||
Cloudevent Cloudevent.fromString(String)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### `Formatter` classes
|
### `Formatter` classes
|
||||||
|
|
Loading…
Reference in New Issue