8000 squash: address nits · cloudevents/sdk-javascript@d72acb7 · GitHub
[go: up one dir, main page]

Skip to content < 10000 div data-target="react-partial.reactRoot">

Commit d72acb7

Browse files
committed
squash: address nits
1 parent e420eec commit d72acb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ binary or structured format, and determine what version of the CloudEvents
5454
specification you want to send the event as.
5555

5656
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
5858
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()`.
6060

6161
```js
6262
const { CloudEvent, HTTPEmitter } = require("cloudevents-sdk");

0 commit comments

Comments
 (0)
0