Skip to content

Commit 4d67a05

Browse files
committed
Fix the image link and add versioning details
Signed-off-by: Fabio José <[email protected]>
1 parent 124d0c8 commit 4d67a05

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66

77
Official CloudEvents' SDK for JavaScript.
88

9-
<img src="https://raw.githubusercontent.com/cncf/artwork/master/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
9+
<img src="https://github.com/cncf/artwork/blob/master/projects/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
10+
11+
## Versioning
12+
13+
__Before Spec reaches 1.0__
14+
15+
- `0.x.p`: `x` relates to spec version and `p` relates to fixes or patches, see
16+
[semver](https://semver.org/)
17+
18+
__After Spec reaches 1.0__
19+
20+
- `x.M.p`: `x` relates to spec version, `M` relates to minor and `p` relates
21+
to fixes or patches. See [semver](https://semver.org/)
1022

1123
## Installation
1224

0 commit comments

Comments
 (0)