From 5bc62dc07d2e212525e2de2b7058eeefbf1d458f Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:11:26 -0600 Subject: [PATCH] Update rust/pub-sub/README.md Co-authored-by: Marco Walz <8124114+marc0olo@users.noreply.github.com> --- rust/pub-sub/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pub-sub/README.md b/rust/pub-sub/README.md index fe483135f..a97f5a1e4 100644 --- a/rust/pub-sub/README.md +++ b/rust/pub-sub/README.md @@ -30,7 +30,7 @@ dfx canister id publisher ## Step 3: Subscribe to the "Apples" topic ```bash -dfx canister call subscriber setup_subscribe '(principal "", "Apples")' +dfx canister call subscriber setup_subscribe '(principal "", "Apples")' ``` ## Step 4: Publish to the "Apples" topic