From a9c9ac20f89ce08a0be4a066678a06ecf00f5814 Mon Sep 17 00:00:00 2001 From: Titan Robotics Club Date: Sun, 2 Jun 2024 11:25:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d301958..875b293 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Once the drive base is fully functional, the next step is to create subsystems f slide = new Slide().getSlideMotor(); } ``` -4. In RobotParams.java, add a Preferences that can turn the subsystem ON or OFF. This is very useful when developing code for an unfinished robot where some subsystem may or may not exist yet. +4. In RobotParams.java, add a Preferences that can turn the subsystem ON or OFF. This is very useful when developing code for an unfinished robot where some subsystems may or may not exist yet. ``` public static boolean useSlide = true; ```