diff --git a/README.md b/README.md
index 87e8a746420f57b2600420a6b3ecee47e0ce2547..549e0230ec49c9335a63699e6609faa842ebfb1e 100644
--- a/README.md
+++ b/README.md
@@ -136,8 +136,8 @@ With the following tags you might follow the development of the repository.
 - files and folders in English and only with the following chars `[a-zAZ0-9_-]`
 - commit comments -- see. https://www.conventionalcommits.org/en/v1.0.0/
 - branches
-  - structure: feat/fix/docs/style/refactor/learn/orga/test / #issue Titel
-  - example _feat-49-adds-new-endpoints-to-fast-api_
+  - structure: #issue-Titel
+  - example _49-adds-new-endpoints-to-fast-api_
 - merge request
   - structure #Issue title
   - example _#49 adds new endpoints to FastAPI_