File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ binary or structured format, and determine what version of the CloudEvents
5454specification you want to send the event as.
5555
5656By default, the ` HTTPEmitter ` will emit events over HTTP POST using the
57- latest supported specification, in binary mode. You can emit version specific events by providing
57+ latest supported specification version , in binary mode. You can emit version specific events by providing
5858the specication version in the constructor to ` HTTPEmitter ` . To send
59- structured events, add that string as a parameter to ` emitter.sent () ` .
59+ structured events, add that string as a parameter to ` emitter.send () ` .
6060
6161``` js
6262const { CloudEvent , HTTPEmitter } = require (" cloudevents-sdk" );
You can’t perform that action at this time.
0 commit comments