From 31efc506d3ec9799eede3e7d7ef2830f7aa5ca87 Mon Sep 17 00:00:00 2001 From: T Grinch <10247070+thenetworkgrinch@users.noreply.github.com> Date: Thu, 9 Mar 2023 09:55:26 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a9bea..be42744 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * In early 2023 `swerve-lib` created by SwerveDriveSpecialties officially became unmaintained after not being updated in 2022. * This library aims to simplify Swerve Drive implementations while not sacrificing speed or processing power. -# Features +# [Features](https://github.com/BroncBotz3481/YAGSL-Example/discussions/29) * The swerve drive is configurable via JSON files, and you can initialize the entire swerve drive with a similar line as the following. * Simulation support. ```java