Skip to content

Commit

Permalink
fix: update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thewoodfish committed Dec 16, 2024
1 parent 3b37c45 commit 87d74ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/replication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Then the third node:
repl Papayas
```

Then in node 3, running the following command will return the values in its replication buffer (which contains data gotten from nofe 1 and 2):
Then in node 3, running the following command will return the values in its replication buffer (which contains data gotten from node 1 and 2):

```bash
read
Expand Down
2 changes: 2 additions & 0 deletions examples/replication/peer-cloning/run_nodes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ sleep 2

# Clone and read
tmux send-keys -t rust-nodes:0.2 "clone 12D3KooWQDpMufFJytG2xQuz7JzfK2vBH2g3XXBJ9v2xY7SegRUk" C-m

sleep 4

tmux send-keys -t rust-nodes:0.2 "read" C-m

# Attach to the session so you can observe the output
Expand Down

0 comments on commit 87d74ea

Please sign in to comment.