diff --git a/Common/README.md b/Common/README.md index 6c11601cdc2d7fab365ab417947bc9c215d2dad0..c70ddf4b0f47bea210cf919b45e0747b3aac385d 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.