From 1044728339c3eef5c9a35dbcaf54041ed17428cc Mon Sep 17 00:00:00 2001 From: Alexander Hamilton <65139378+GalexY727@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:10:16 -0800 Subject: [PATCH] Indent bullet points --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed44e9cb..e3547086 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ ___ ## Major Package Functions - [`robot/subsystems`](src/main/java/frc/robot/subsystems) - - Contains all subsystems used in the robot, such as [`Intake.java`](src/main/java/frc/robot/subsystems/Intake.java) which can detect if we have a game piece, and [`Climber.java`](src/main/java/frc/robot/subsystems/Climber.java) which can conform to the chain to keep the robot level. + - Contains all subsystems used in the robot, such as [`Intake.java`](src/main/java/frc/robot/subsystems/Intake.java) which can detect if we have a game piece, and [`Climber.java`](src/main/java/frc/robot/subsystems/Climber.java) which can conform to the chain to keep the robot level. - [`robot/commands`](src/main/java/frc/robot/commands) - - Contains all the commands that control the robot. + - Contains all the commands that control the robot. - [`robot/util`](src/main/java/frc/robot/util)