From f05c20695ef4339a136dbec07c6aaf845d85d992 Mon Sep 17 00:00:00 2001 From: Ishaq Khattana <57728496+ishaqkhattana@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:12:22 +0500 Subject: [PATCH] docs: update local events module to fix mistyped reference to redis events module (#5835) Co-authored-by: Shahed Nasser --- www/apps/docs/content/development/events/modules/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/docs/content/development/events/modules/local.md b/www/apps/docs/content/development/events/modules/local.md index ec7302fb0c..bed03f5859 100644 --- a/www/apps/docs/content/development/events/modules/local.md +++ b/www/apps/docs/content/development/events/modules/local.md @@ -25,7 +25,7 @@ It’s assumed you already have a Medusa backend installed. If not, you can lear ## Step 1: Install the Module -In the root directory of your Medusa backend, install the Redis events module with the following command: +In the root directory of your Medusa backend, install the local events module with the following command: ```bash npm2yarn npm install @medusajs/event-bus-local