From c8f4063e6b1c9f992eca09163b8294b97cd49759 Mon Sep 17 00:00:00 2001 From: Aditya Pulipaka Date: Sat, 1 Nov 2025 18:45:57 -0500 Subject: [PATCH] Fix formatting in AI Intelligence Layer section Corrected formatting of a note in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9317b1..fd6bb95 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The system consists of two main services: - WebSocket server for real-time Pi communication - Generates race strategies using Google Gemini AI - Sends control commands (brake bias, differential slip) back to Pi - - Web dashboard for monitoring (** visit port 9000 after starting the server to view the dashboard) + - Web dashboard for monitoring (**visit port 9000 after starting the server to view the dashboard**) ## Quick Start