From c248fc101803999a3aca4e2e47531f694023710d Mon Sep 17 00:00:00 2001 From: M4t35Z Date: Fri, 20 Nov 2020 13:24:35 +0100 Subject: [PATCH] break times were switched --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff351e7..748dacc 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Configuration ------------- The configuration of spt is done by creating a custom config.h and (re)compiling the source code. By default, the timer runs by 4 -pomodoro timer (25 mins) with subsequent rests in between (15 mins) -followed by a long rest (5 mins) in an infinite loop. +pomodoro timer (25 mins) with subsequent rests in between (5 mins) +followed by a long rest (15 mins) in an infinite loop. Links -----