Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: Update references of specific versions to use Latest Supported. #211

Merged
merged 2 commits into from
Jun 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1.0 specification, in binary mode. You can emit 0.3 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
2 changes: 1 addition & 1 deletion examples/express-ex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
npm start
```

## Spec v1.0
## Latest Supported Spec (v1.0)


__A Structured One__
Expand Down