Skip to content

Commit

Permalink
Fix Typos in Documentation (#3944)
Browse files Browse the repository at this point in the history
* typos README.md

* typos README.md
  • Loading branch information
Dimitrolito authored Dec 4, 2024
1 parent 1bb66f1 commit 9eb759c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUST_LOG=$ERROR_LOG_LEVEL RUST_LOG_FORMAT=$ERROR_LOG_FORMAT just run_test test_s

## Careful

To double check for UB:
To double-check for UB:

```bash
nix develop .#correctnessShell
Expand Down
4 changes: 2 additions & 2 deletions crates/examples/push-cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sleep 1m
just example_fixed_leader multi-validator-push-cdn -- 9 http://127.0.0.1:4444
```

Where ones using `example_gpuvid_leader` could be the leader and should be running on a nvidia GPU, and other validators using `example_fixed_leader` will never be a leader. In practice, these url should be changed to the corresponding ip and port.
Where ones using `example_gpuvid_leader` could be the leader and should be running on an nvidia GPU, and other validators using `example_fixed_leader` will never be a leader. In practice, these url should be changed to the corresponding ip and port.


If you don't have a gpu but want to test out fixed leader, you can run:
Expand All @@ -65,4 +65,4 @@ sleep 1m
just example_fixed_leader multi-validator-push-cdn -- 9 http://127.0.0.1:4444
```

Remember, you have to run leaders first, then other validators, so that leaders will have lower index.
Remember, you have to run leaders first, then other validators, so that leaders will have lower index.

0 comments on commit 9eb759c

Please sign in to comment.