Fix the image link and add versioning details

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-05-24 09:30:40 -03:00
parent 124d0c81b1
commit 4d67a05551
1 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,19 @@
Official CloudEvents' SDK for JavaScript.
<img src="https://raw.githubusercontent.com/cncf/artwork/master/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
<img src="https://github.com/cncf/artwork/blob/master/projects/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
## Versioning
__Before Spec reaches 1.0__
- `0.x.p`: `x` relates to spec version and `p` relates to fixes or patches, see
[semver](https://semver.org/)
__After Spec reaches 1.0__
- `x.M.p`: `x` relates to spec version, `M` relates to minor and `p` relates
to fixes or patches. See [semver](https://semver.org/)
## Installation