From bd935e34e67283ebc0f0f4a1924df152138bdea3 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Wed, 19 Apr 2023 21:12:24 +0800 Subject: [PATCH] chore: update apps/emqx_modules/README.md --- apps/emqx_modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_modules/README.md b/apps/emqx_modules/README.md index 7cb1db0c5..65ceb12e1 100644 --- a/apps/emqx_modules/README.md +++ b/apps/emqx_modules/README.md @@ -6,7 +6,7 @@ protocol standard, including "Delayed Publish", "Topic Rewrite", "Topic Metrics" ## Delayed Publish -After enabling this module, messages sent by the user with the prefix +After enabling this module, messages sent by the clients with the topic prefixed with `$delayed/{Interval}/{Topic}` will be delayed by `{Interval}` seconds before being published to the `{Topic}`.