From 034f1dcf3fe727d087c378b348eb572b1bcec997 Mon Sep 17 00:00:00 2001 From: Crafterzman Date: Wed, 3 Jan 2024 10:32:04 -0800 Subject: [PATCH] docs(readme): fix grammar --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f3e1be7..3cebab2d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Steps: 2. Install the pros cli, instructions are [here](https://pros.cs.purdue.edu/v5/getting-started/windows.html) 3. Install cargo pros with ``cargo install cargo-pros`` -To compile and the project rust run ``cargo pros build``. +To compile the project just run ``cargo pros build``. ### Linux @@ -27,14 +27,14 @@ The steps for getting pros-rs compiling are slightly different based on if you u #### With Nix -The Nix flake contains the Arm Gnu Toolchain, cargo pros, and pros-cli. +The Nix flake contains the Arm GNU Toolchain, cargo pros, and pros-cli. There is a ``.envrc`` file included for Nix + Direnv users. #### Without Nix -install arm-none-eabi-gcc and pros-cli from your package manager of choice. -Cargo pros can be installed with ``cargo install cargo-pros`` +Install arm-none-eabi-gcc and pros-cli from your package manager of choice. +Cargo pros can be installed with ``cargo install cargo-pros``. ### MacOS