From ac373e8c47e0dc3622c3e95d749ee6e615a674bb Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Sun, 26 May 2024 19:32:36 -0700 Subject: [PATCH] Rethink protocol intoduction --- src/simulators/protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulators/protocol.md b/src/simulators/protocol.md index 6b80eb4..37aba0c 100644 --- a/src/simulators/protocol.md +++ b/src/simulators/protocol.md @@ -1,6 +1,6 @@ # Vexide Simulator Protocol -Vexide Simulator Protocol allows simulator code executors and frontends to communicate. Software that implements it can work interchangeably. +The Vexide Simulator Protocol enables communication between VEX robot simulators and user-facing frontends using a JSON-based protocol. ## Specification