Skip to content

Commit

Permalink
docs: Update references of specific versions to use Latest Supported.
Browse files Browse the repository at this point in the history
fixes #160

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
  • Loading branch information
lholmquist committed Jun 8, 2020
1 parent 9857eda commit e420eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ 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, 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()`.

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

0 comments on commit e420eec

Please # to comment.