From 75cc197a2f23661c4375535b1c27e22fcc8b6cf0 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Thu, 29 Aug 2024 15:06:47 -0600 Subject: [PATCH] avoid extra space --- docs/guides/nwaku/upgrade-instructions.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/guides/nwaku/upgrade-instructions.md b/docs/guides/nwaku/upgrade-instructions.md index c5f178b..e97f28a 100644 --- a/docs/guides/nwaku/upgrade-instructions.md +++ b/docs/guides/nwaku/upgrade-instructions.md @@ -4,14 +4,12 @@ hide_table_of_contents: true sidebar_label: Upgrade Instructions --- -If you are currently using Nwaku and are running on an old version and want to upgrade your node, please follow the below migration instructions for each release newer than your current running version - import { AccordionItem } from '@site/src/components/mdx' - - Named sharding was deprecated in this version. This means that pubsub topics will only be supported if they comply with the static sharding format: +If you are currently using Nwaku, are running an old version and want to upgrade your node, please follow the below migration instructions for each release newer than your current running version - /waku/2/rs// + + Named sharding was deprecated in this version. This means that pubsub topics will only be supported if they comply with the static sharding format: /waku/2/rs// In order to migrate your existing application, you need to: 1. Make sure that your clients are sending messages to pubsub topics in the required format