From 67c8f509f016bff77cc852f0d91bd1d16ad3f4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Fri, 24 May 2019 09:32:27 -0300 Subject: [PATCH] Fix sections for versioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 25ee132..7ef8b45 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Official CloudEvents' SDK for JavaScript. ## Versioning -__Before Spec reaches 1.0__ +### 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/) +- `0.x.p`: where `x` relates to spec version and `p` relates to fixes or patches, see +[semver](https://semver.org/). -__After Spec reaches 1.0__ +### After Spec reaches 1.0__ -- `x.M.p`: `x` relates to spec version, `M` relates to minor and `p` relates +- `x.M.p`: where `x` relates to spec version, `M` relates to minor and `p` relates to fixes or patches. See [semver](https://semver.org/) ## Installation