Skip to content

Commit e420eec

Browse files
committed
docs: Update references of specific versions to use Latest Supported.
fixes #160 Signed-off-by: Lucas Holmquist <[email protected]>
1 parent 9857eda commit e420eec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ 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-
1.0 specification, in binary mode. You can emit 0.3 events by providing
57+
latest supported specification, in binary mode. You can emit version specific events by providing
5858
the specication version in the constructor to `HTTPEmitter`. To send
5959
structured events, add that string as a parameter to `emitter.sent()`.
6060

examples/express-ex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
npm start
77
```
88

9-
## Spec v1.0
9+
## Latest Supported Spec (v1.0)
1010

1111

1212
__A Structured One__

0 commit comments

Comments
 (0)