From f193d2c5019f82594b1a195005143ae7ce0a7844 Mon Sep 17 00:00:00 2001 From: Yi Zhang <58002595+yizhang24@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:29:20 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4041f86..965e6d6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ See also: - Superstructure Control - The elevator, intake, three indexer rollers are controlled using a [request queue](/src/main/java/com/team1678/lib/requests/). Desired actions are added to the queue by calling the appropiate [state or transition method](/src/main/java/com/team1678/frc2024/subsystems/Superstructure.java#L367), which adds a chain of requests to be sequentially run. + The elevator, intake, three indexer rollers are controlled using a [request queue](/src/main/java/com/team1678/lib/requests/). Desired actions are added to the queue by calling the appropriate [state or transition method](/src/main/java/com/team1678/frc2024/subsystems/Superstructure.java#L367), which adds a chain of requests to be sequentially run. ## Notable Package Functions - [`com.team1678.frc2024.auto`](/src/main/java/com/team1678/frc2024/auto/) @@ -58,4 +58,4 @@ See also: - [`com.team1678.frc2024.subsystems`](/src/main/java/com/team1678/frc2024/subsystems/) - Contains classes for each subsystem on the robot, all of which extend the [`Subsystem`](/src/main/java/com/team1678/frc2024/subsystems/Subsystem.java) abstract class. Each subsystem uses state machines for control. Subsystems also contain an enabled loop, a read periodic inputs method, and a write periodic outputs method, which are controlled by the [SubystemManager](/src/main/java/com/team1678/frc2024/SubsystemManager.java) class. \ No newline at end of file + Contains classes for each subsystem on the robot, all of which extend the [`Subsystem`](/src/main/java/com/team1678/frc2024/subsystems/Subsystem.java) abstract class. Each subsystem uses state machines for control. Subsystems also contain an enabled loop, a read periodic inputs method, and a write periodic outputs method, which are controlled by the [SubystemManager](/src/main/java/com/team1678/frc2024/SubsystemManager.java) class.