From 9cb8f9f6760dc870648fe8e8c05d8215940cebd8 Mon Sep 17 00:00:00 2001
From: Muhammed-Ali Demir <muhammed.demir@ptb.de>
Date: Wed, 27 Sep 2023 14:27:24 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0a9986d..2c2238c 100644
--- a/README.md
+++ b/README.md
@@ -85,11 +85,11 @@ See [the Licence](LICENSE.md) for the specific language governing permissions an
 3. Push all commits to the remote
 4. Create a tag with the following name: `v<version>` (e.g. `v1.0.0`) 
    
-   a) In webstorm glick on Git-> New Tag
+   a) In Webstorm click on Git-> New Tag
    
    b) As the 'Tag name' type in `v<version>` (e.g. `v1.0.0`)
    
-   c) In the commit field type in the Commit SHA from the commit history and click on 'Validate'
+   c) In the 'Commit' field type in the Commit SHA from the commit history of GitLab and click on 'Validate'
    
    (Source: https://www.jetbrains.com/help/webstorm/use-tags-to-mark-specific-commits.html#tag_commit)
 5. Push the tag to the remote (Click on push and set the check box saying Push tags), the CI will create a release and publish the package
-- 
GitLab