From c705edaef870f0c5a3da8720525cd8474255fd81 Mon Sep 17 00:00:00 2001
From: sendler <sendler@sub.uni-goettingen.de>
Date: Tue, 9 Jun 2020 07:51:03 +0200
Subject: [PATCH] style(readme.md): align description of commit scopes

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index fa70969..6bbf3b0 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,6 @@ exec < /dev/tty && node_modules/.bin/git-cz --hook || true
 
 We have configured three types of commits for the work on the technical reference that should reflect the extent of your contribution:
 
-- PATCH:     Small addition to or revision of Technical reference's Markdown files.
-- MINOR:     Medium addition to or revision of Technical reference's Markdown files.
-- MAJOR:     Huge contribution to or revision of Technical reference's Markdown files.
+- PATCH:     Small addition to or revision of the Technical Reference's Markdown files.
+- MINOR:     Medium addition to or revision of the Technical Reference's Markdown files.
+- MAJOR:     Huge contribution to or revision of the Technical Reference's Markdown files.
-- 
GitLab