diff --git a/docs/development/02-process.md b/docs/development/02-process.md
index 9fb54de679cf6f7970cc2a12394312dba46d1468..633e09644d7739ed8e90dc07d92f6e23b1f6da23 100644
--- a/docs/development/02-process.md
+++ b/docs/development/02-process.md
@@ -490,7 +490,7 @@ Now that I've tested that the TX and RX Xiao boards can communicate with one ano
 
 #### TX code 
 
-In this code I will insert my **RX board's MAC address**
+In this code I will insert my **RX board's MAC address**  
 the line that says "uint8_t RxMACaddress[] = {0x34, 0x85, 0x18, 0x03, 0x77, 0x7C};" is where those digits go 
 
 ```