diff --git a/README.md b/README.md index 19dc492..3d6dab0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This extension has no official affiliation with FTC (First Tech Challenge) or FIRSTĀ®. This is a community extension originally made by FTC Team Juice 16236. All snippets and class templates originate from the [Official FTC Examples](https://github.com/FIRST-Tech-Challenge/FtcRobotController/tree/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples). It is recommended by FIRSTĀ® that you use Android Studio. ## Our Goal -When coding a robot for FTC, Android Studio is usually one of the only options you have if you want an easy coding experience. Andriod Studio however can be clunky and hard to navigate if you are used to another IDE. No longer is that the case, FTC for VS Code is going to try to make the FTC coding experience easier and faster by using VS Code! +When coding a robot for FTC, Android Studio is usually one of the only options you have if you want an easy coding experience. Android Studio however can be clunky and hard to navigate if you are used to another IDE. No longer is that the case, FTC for VS Code is going to try to make the FTC coding experience easier and faster by using VS Code! ## Features - Single Press Build and Install @@ -14,10 +14,10 @@ When coding a robot for FTC, Android Studio is usually one of the only options y - And More Coming Soon! ## Requirements -It is required you have the Andriod Command Line Tools installed and have the latest version of the Official JDK along with the latest FTC SDK. +It is required you have the Android Command Line Tools installed and have the latest version of the Official JDK along with the latest FTC SDK. ## Extension Settings -There are currently no settings to edit. +- *Use ADB*: Use ADB to push code remotely to a FTCRobotController. Requires ADB to be installed on computer. ## Release Notes Please check our [CHANGELOG File](./CHANGELOG.md)