Merge pull request #43 from danbev/readme-fromString
Remove non-existing fromString from README API doc
This commit is contained in:
commit
98e476d82c
|
@ -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