diff --git a/docs/Release Notes/Version_0.5.md b/docs/Release Notes/Version_0.5.md
index 6fee4678270f98e8334b37a68af0e54c9098d60f..8265c0b3310c460d67dcf86db263e6eea698d3bf 100644
--- a/docs/Release Notes/Version_0.5.md	
+++ b/docs/Release Notes/Version_0.5.md	
@@ -30,7 +30,7 @@ models/common/address-postbox.json
 
 ### Application Document
 models/application/document.json
-- Regex Pattern für SHA-256/512 Hash präzisiert: "[0-9A-F]{64,128}" -> "^[A-Fa-f0-9]{64}([A-Fa-f0-9]{64})?$"
+- Regex Pattern für SHA-256/512 Hash präzisiert: "`[0-9A-F]{64,128}`" -> "`^[A-Fa-f0-9]{64}([A-Fa-f0-9]{64})?$`"
 
 ## Application Subscriber API