From 103ad031df9e2170cdf767dcbec0b9f456f8a618 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Wed, 23 Oct 2024 21:39:27 +0200 Subject: [PATCH] doc: fix listing format in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99835a0..15e4f08 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The server periodically (every second) sends JSON-encoded messages to all connec - time_left: The remaining time for the current mode, in seconds (e.g., 900 for 15 minutes). - ongoing: Whether a Pomodoro session is currently ongoing. - paused: Whether the timer is paused. -* version: The protocol version of the send message (this is always the same as the major app version) +- version: The protocol version of the send message (this is always the same as the major app version) | Message Type | Example | | --- | --- |