fix images dir name typo

- imgaes -> images
This commit is contained in:
Gordon Chen
2023-12-10 22:01:58 -05:00
committed by GitHub
parent e0d572b5a5
commit d35a9cd917
6 changed files with 2 additions and 2 deletions

View File

@@ -29,8 +29,8 @@ SwerveDrive swerveDrive=new SwerveParser(new File(Filesystem.getDeployDirectory(
# Java docs is [here](https://broncbotz3481.github.io/YAGSL/). # Java docs is [here](https://broncbotz3481.github.io/YAGSL/).
# Images # Images
![Field Shuffleboard](./imgaes/field.png) ![Field Shuffleboard](./images/field.png)
![Simulation](./imgaes/simulation.png) ![Simulation](./images/simulation.png)
# Falcon Video # Falcon Video

View File

Before

Width:  |  Height:  |  Size: 933 KiB

After

Width:  |  Height:  |  Size: 933 KiB

View File

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB