From 29eee1b2859c3a14c4be53a0ed26af82dc778800 Mon Sep 17 00:00:00 2001 From: sleepysilkbee <48108267+sleepysilkbee@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:44:02 -0500 Subject: [PATCH] Grammatically updated the tech docs. (#25588) old-commit-hash: f86163fc7bff333754785f8086530dc293e6b56e --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c90b0e61..7335bab26c 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ We have detailed instructions for [how to mount the device in a car](https://com Running on PC ------ -All of openpilot's services can run as normal on a PC, even without special hardware or a car. To develop or experiment with openpilot you can run openpilot on recorded or simulated data. +All openpilot services can run as usual on a PC without requiring special hardware or a car. You can also run openpilot on recorded or simulated data to develop or experiment with openpilot. With openpilot's tools, you can plot logs, replay drives, and watch the full-res camera streams. See [the tools README](tools/README.md) for more information.