Skip to content

Commit

Permalink
squash: address nits
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jun 8, 2020
1 parent e420eec commit d72acb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ binary or structured format, and determine what version of the CloudEvents
specification you want to send the event as.

By default, the `HTTPEmitter` will emit events over HTTP POST using the
latest supported specification, in binary mode. You can emit version specific events by providing
latest supported specification version, in binary mode. You can emit version specific events by providing
the specication version in the constructor to `HTTPEmitter`. To send
structured events, add that string as a parameter to `emitter.sent()`.
structured events, add that string as a parameter to `emitter.send()`.

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

0 comments on commit d72acb7

Please # to comment.