From 68ae75a671d90b61b00651edd61cd983b0324574 Mon Sep 17 00:00:00 2001 From: radrow Date: Wed, 26 May 2021 12:44:20 +0200 Subject: [PATCH] the --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6703cdd..68bcb6d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The compiler is currently being used three places ## Versioning -Versioning should follow [semantic versioning](https://semver.org/spec/v2.0.0) guidelines. Id est, given a version number MAJOR.MINOR.PATCH, increment the: +Versioning should follow the [semantic versioning](https://semver.org/spec/v2.0.0) guidelines. Id est, given a version number MAJOR.MINOR.PATCH, increment the: - MAJOR version when you make incompatible API changes - MINOR version when you add functionality in a backwards compatible manner