Skip to content

Commit

Permalink
Update rust/pub-sub/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Walz <[email protected]>
  • Loading branch information
jessiemongeon1 and marc0olo authored Jan 7, 2025
1 parent dd3c0cb commit 5bc62dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/pub-sub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dfx canister id publisher
## Step 3: Subscribe to the "Apples" topic

```bash
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")'
```

## Step 4: Publish to the "Apples" topic
Expand Down

0 comments on commit 5bc62dc

Please sign in to comment.