From 1f2b08f87016c50f3872049348aa5eea936c5f83 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Sun, 22 Dec 2024 00:43:05 +0100 Subject: [PATCH] Fix formatting in versioning section of README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb8360cab..7f13b3a45 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,12 @@ We keep track of how many issues are closed at the end of the month in [docs/iss ### Versioning Zen uses [Semantic Versioning](https://semver.org/) for versioning. Meaning, versions are displayed as `a.b.c-d.e` where: -* `a` is the major version -* `b` is the minor version -* `c` is the patch version -* `d` is the branch prefix -* `e` is the build number + +- `a` is the major version +- `b` is the minor version +- `c` is the patch version +- `d` is the branch prefix +- `e` is the build number ### Branches