diff --git a/docs/introduction/get-started/p2p-public.md b/docs/introduction/get-started/p2p-public.md index 03accd790..22650f900 100644 --- a/docs/introduction/get-started/p2p-public.md +++ b/docs/introduction/get-started/p2p-public.md @@ -54,7 +54,7 @@ To do this, we use two terminals with their own state (using their own `miden-cl To do this, from the first client run: ```shell - miden send --sender --target --faucet 50 --note-type public + miden send --sender --target --faucet 50 --note-type public ``` !!! note @@ -76,10 +76,10 @@ To do this, we use two terminals with their own state (using their own `miden-cl Because the note was retrieved from the node, the commit height will be included and displayed. -4. Have the second account consume the note. +4. Have account C consume the note. ```sh - miden consume-notes --account + miden consume-notes --account ``` !!! tip