Skip to content

Commit 5bc62dc

Browse files
Update rust/pub-sub/README.md
Co-authored-by: Marco Walz <8124114+marc0olo@users.noreply.github.com>
1 parent dd3c0cb commit 5bc62dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/pub-sub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dfx canister id publisher
3030
## Step 3: Subscribe to the "Apples" topic
3131

3232
```bash
33-
dfx canister call subscriber setup_subscribe '(principal "<publisher ID from Step 3>", "Apples")'
33+
dfx canister call subscriber setup_subscribe '(principal "<publisher ID from Step 2>", "Apples")'
3434
```
3535

3636
## Step 4: Publish to the "Apples" topic

0 commit comments

Comments
 (0)