Skip to content

Commit

Permalink
Typo on README.md of replay instructions (commaai#33726)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSato authored Oct 4, 2024
1 parent 68f4c8a commit 4a50526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/replay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tools/replay/replay <route-name> --data_dir="/path_to/route"
# a2a0ccea32023010|2023-07-27--13-01-19--0
# a2a0ccea32023010|2023-07-27--13-01-19--1
# You can replay it like this:
tools/replay/replay "a2a0ccea32023010|2023-07-27--13-01-19" --data-dir="/path_to_routes"
tools/replay/replay "a2a0ccea32023010|2023-07-27--13-01-19" --data_dir="/path_to_routes"
```

## Send Messages via ZMQ
Expand Down

0 comments on commit 4a50526

Please sign in to comment.