From 450eaa9f35bb4da3dfa74d492cb449ea821a5786 Mon Sep 17 00:00:00 2001
From: nrs1g15 <nrs1g15@soton.ac.uk>
Date: Sat, 29 Jun 2019 23:39:24 +0100
Subject: [PATCH] Update README.md

---
 Common/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/README.md b/Common/README.md
index 6c11601..c70ddf4 100644
--- a/Common/README.md
+++ b/Common/README.md
@@ -12,7 +12,7 @@ Please read the [master README.md](https://git.soton.ac.uk/SUFST/susft-firmware/
 * **/README.md** - This file.
 
 ## Documentation
-    Common consists of the following utilities:
+Common consists of the following utilities:
 * **Buffer** - A circular buffer which allows for standardized buffering of data with functionalities such as pop and push, which appends and removes a set amount of bytes from the buffers memory.
 * **CanManager** - A top-level CAN interface that interacts with the CAN-BUS Shield Arduino library and interrupt lines.
 * **EventManager** - A utility that allows for easy setup of events such as hardware timers and external interrupts, along with interacting with these events in an event-based system to ensure the programs main flow handles interrupts and not ISRs.
-- 
GitLab