We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3c0cb commit 5bc62dcCopy full SHA for 5bc62dc
rust/pub-sub/README.md
@@ -30,7 +30,7 @@ dfx canister id publisher
30
## Step 3: Subscribe to the "Apples" topic
31
32
```bash
33
-dfx canister call subscriber setup_subscribe '(principal "<publisher ID from Step 3>", "Apples")'
+dfx canister call subscriber setup_subscribe '(principal "<publisher ID from Step 2>", "Apples")'
34
```
35
36
## Step 4: Publish to the "Apples" topic
0 commit comments