Skip to content

Commit 98e476d

Browse files
authored
Merge pull request #43 from danbev/readme-fromString
Remove non-existing fromString from README API doc
2 parents d70274d + 041aed4 commit 98e476d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,6 @@ Object Cloudevent.format()
252252
* Format the payload as String.
253253
*/
254254
String Cloudevent.toString()
255-
256-
/*
257-
* Create a Cloudevent instance from String.
258-
*/
259-
Cloudevent Cloudevent.fromString(String)
260-
261255
```
262256

263257
### `Formatter` classes

0 commit comments

Comments
 (0)