From 74422baed43cb923063e53406d2269a4a72c8636 Mon Sep 17 00:00:00 2001 From: brotherhobo Date: Tue, 27 Aug 2024 20:06:12 -0400 Subject: [PATCH] oopsie --- .../java/org/firstinspires/ftc/teamcode/pedroPathing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/README.md b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/README.md index c7eea311..a398ea4e 100644 --- a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/README.md +++ b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/README.md @@ -23,6 +23,6 @@ implementation 'com.acmerobotics.dashboard:dashboard:0.4.5' 4. Find the `build.gradle` file under the `teamcode` folder. 5. In this gradle file, add the following dependency: ``` -implementation 'com.fasterxml/jackson.core:jackson-databind:2.12.7' +implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.21' ``` \ No newline at end of file