From bf51b2237f692abff9e291ddbc1502e6fe481b7c Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Sat, 18 May 2024 21:45:29 +0200 Subject: [PATCH] fixed versioning typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cca16a6..2c9fe9c 100644 --- a/readme.md +++ b/readme.md @@ -188,7 +188,7 @@ Kubernetes Load Balancer will be used to distribute load along the nodes. # Versioning -[Sematic versioning](https://semver.org/) will be used to version the software as it is one of the most popular and humanly readable versioning system out there. +[Semantic versioning](https://semver.org/) will be used to version the software as it is one of the most popular and humanly readable versioning system out there. > :information_source: **Example**: > Once someone commits a new update that causes older API's/features to break the [`MAJOR`](https://devhints.io/semver) tag has to be changed accordingly.