From d35a9cd9179a54413853fe75b7f63f009fd5c9d4 Mon Sep 17 00:00:00 2001 From: Gordon Chen <107230749+gordonbchen@users.noreply.github.com> Date: Sun, 10 Dec 2023 22:01:58 -0500 Subject: [PATCH] fix images dir name typo - imgaes -> images --- README.md | 4 ++-- {imgaes => images}/field.png | Bin {imgaes => images}/simulation.png | Bin {imgaes => images}/swerve_falcons.mp4 | 0 {imgaes => images}/swerve_falcons_fix.mov | 0 {imgaes => images}/swerve_neos.mp4 | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename {imgaes => images}/field.png (100%) rename {imgaes => images}/simulation.png (100%) rename {imgaes => images}/swerve_falcons.mp4 (100%) rename {imgaes => images}/swerve_falcons_fix.mov (100%) rename {imgaes => images}/swerve_neos.mp4 (100%) diff --git a/README.md b/README.md index ebc1b3f..4c7d5bd 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ SwerveDrive swerveDrive=new SwerveParser(new File(Filesystem.getDeployDirectory( # Java docs is [here](https://broncbotz3481.github.io/YAGSL/). # Images -![Field Shuffleboard](./imgaes/field.png) -![Simulation](./imgaes/simulation.png) +![Field Shuffleboard](./images/field.png) +![Simulation](./images/simulation.png) # Falcon Video diff --git a/imgaes/field.png b/images/field.png similarity index 100% rename from imgaes/field.png rename to images/field.png diff --git a/imgaes/simulation.png b/images/simulation.png similarity index 100% rename from imgaes/simulation.png rename to images/simulation.png diff --git a/imgaes/swerve_falcons.mp4 b/images/swerve_falcons.mp4 similarity index 100% rename from imgaes/swerve_falcons.mp4 rename to images/swerve_falcons.mp4 diff --git a/imgaes/swerve_falcons_fix.mov b/images/swerve_falcons_fix.mov similarity index 100% rename from imgaes/swerve_falcons_fix.mov rename to images/swerve_falcons_fix.mov diff --git a/imgaes/swerve_neos.mp4 b/images/swerve_neos.mp4 similarity index 100% rename from imgaes/swerve_neos.mp4 rename to images/swerve_neos.mp4