From 147823fc6bd6064092ce4e5e20dc99b7b3f67821 Mon Sep 17 00:00:00 2001 From: sshane Date: Tue, 21 Sep 2021 20:55:46 -0500 Subject: [PATCH] fix small typo in replay docs (#22305) old-commit-hash: 535af876509441654e6f80688a81073fe3dfcddf --- tools/replay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/replay/README.md b/tools/replay/README.md index 89946ab5f9..855df842fa 100644 --- a/tools/replay/README.md +++ b/tools/replay/README.md @@ -33,7 +33,7 @@ python replay/unlogger.py python replay/ui.py # Define the environmental variable HORIZONTAL is the ui layout is too tall # Or run the normal openpilot UI -cd selffdrive/ui && ./ui +cd selfdrive/ui && ./ui ``` ![Imgur](https://i.imgur.com/Yppe0h2.png)