diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8544b7cbf79443554bfe2dba9434fc6998c319a8..af63b9a1a82e0d12b9148ac979684f6e2ff546ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - DateElementConverter: allows to interpret text as a date object
 - the restricted_path argument allows to crawl only a subtree
 - You can now access the file system path of a structure element (if it has one) using the variable
-  name "<converter name>\_path"
+  name ``<converter name>.path``
 
 ### Changed ###