From 9dfec82897568fdd1b82f846868ecf037109a00a Mon Sep 17 00:00:00 2001
From: Geoff Thompson <47013-bygeoffthompson@users.noreply.drupalcode.org>
Date: Wed, 11 Oct 2023 20:48:12 +1100
Subject: [PATCH] Issue #3388980 by bygeoffthompson, darvanen: Incorrect Filter
 String

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 22567f2..6f6b2be 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,8 @@ module.
 
 Install the module as any other module. Visit the text format administration
 page at /admin/config/content/formats/filters and edit a text format. Check the
-'Replaces global tokens with their value' filter and save the text format.
+'Replaces global and entity tokens with their values' filter and save the text
+format.
 
 When editing a form where this text format is used in a field, you can type
 global tokens that will be replaced when the filed is rendered.
-- 
GitLab