From 2e71b721d586feb5b22a181ffc792ae6f81d38fe Mon Sep 17 00:00:00 2001 From: Ian Tapply Date: Sun, 12 Nov 2023 14:49:04 -0500 Subject: [PATCH] Added status badge for building and fixed typo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b07a9e9..6aeca4c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +[![Build](https://github.com/Simbotics/Simbot-Base/actions/workflows/build.yml/badge.svg)](https://github.com/Simbotics/Simbot-Base/actions/workflows/build.yml) + # Simbot-Base -A base robot with the most up to date utilities and starting components to get started on robot code as fast as possible +A base robot with the most up-to-date utilities and starting components to get started on robot code as fast as possible ## Contributors and Credits Thank you to the following who has contributed, supplied the tools to make this project even possible, or has supported this project along the way. @@ -7,4 +9,4 @@ Thank you to the following who has contributed, supplied the tools to make this - [CTR Electronics](https://github.com/CrossTheRoadElec) - Provided an example and starter [repository](https://github.com/CrossTheRoadElec/Phoenix6-Examples/tree/main/java/SwerveWithPathPlanner) to build from - [Ian Tapply](https://github.com/IanTapply22) - Main student contributor - [Kaleb Dodd](https://github.com/kaleb-dodd) - Project coordinator -- [Cole MacPhail](https://github.com/colemacphail) - Project coordinator \ No newline at end of file +- [Cole MacPhail](https://github.com/colemacphail) - Project coordinator