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
54
54
specification you want to send the event as.
55
55
56
56
By 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
58
58
the 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 () ` .
60
60
61
61
``` js
62
62
const { CloudEvent , HTTPEmitter } = require (" cloudevents-sdk" );
You can’t perform that action at this time.
0 commit comments