diff --git a/examples/replication/README.md b/examples/replication/README.md index a6df51b2..bfd386a0 100644 --- a/examples/replication/README.md +++ b/examples/replication/README.md @@ -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 diff --git a/examples/replication/peer-cloning/run_nodes.sh b/examples/replication/peer-cloning/run_nodes.sh index a74a1874..043a1832 100644 --- a/examples/replication/peer-cloning/run_nodes.sh +++ b/examples/replication/peer-cloning/run_nodes.sh @@ -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