Skip to content

Commit

Permalink
docs: remove reference to cargo-pros
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 authored Nov 16, 2024
1 parent 1f3f9be commit 653a8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 653a8b8

Please sign in to comment.