doc: fix listing format in README

This commit is contained in:
Sebastian Mark 2024-10-23 21:39:27 +02:00
parent 715fe60e1d
commit 103ad031df

View file

@ -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). - 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. - ongoing: Whether a Pomodoro session is currently ongoing.
- paused: Whether the timer is paused. - 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 | | Message Type | Example |
| --- | --- | | --- | --- |