From 653a8b888964601ae95dd7d469e15f6e94f5774f Mon Sep 17 00:00:00 2001 From: Tropical <42101043+Tropix126@users.noreply.github.com> Date: Fri, 15 Nov 2024 22:33:54 -0500 Subject: [PATCH] docs: remove reference to cargo-pros --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5cfc30..7301eb6 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ An [API reference](https://docs.rs/vexide) is also provided by docs.rs. ### Compiling and uploading to a VEX V5 robot -Use the cargo-pros terminal utility to build and upload this vexide project. +Use the cargo-v5 terminal utility to build and upload this vexide project. ```console cargo v5 build @@ -150,7 +150,7 @@ cargo v5 upload ### Viewing program output -You can view panic messages and calls to `println!()` using the PROS terminal. +You can view panic messages and calls to `println!()` using the terminal. Use a USB cable to connect to your robot brain or controller, then start the terminal: ```console