From 4953064d8e59f1d87cf9af4806451e9c9a67a76b Mon Sep 17 00:00:00 2001
From: Vrishak Vemuri <53585843+FluffyCube9343@users.noreply.github.com>
Date: Sun, 7 Aug 2022 14:47:34 -0400
Subject: [PATCH] Update README.md
---
comms/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/comms/README.md b/comms/README.md
index 3ebb2aa..45e56de 100644
--- a/comms/README.md
+++ b/comms/README.md
@@ -2,7 +2,7 @@
Code for **wired** communication from Slave Arduinos to Master Arduino, and then Master Arduino to Raspberry Pi.
-###Code Description
+### Code Description
- `RPi/` is working code for the Raspberry Pi
- `RPICOM.py` is the main python file that should be run on the Raspberry Pi.
@@ -16,7 +16,7 @@ Code for **wired** communication from Slave Arduinos to Master Arduino, and then
- `Prev/` is previous code used for testing systems and debugging errors (not final code, and may be unstable)
-###Setup and Run
+### Setup and Run
**Make sure you install python beforehand**