From 31073c29f131f78e22b4c0abe5dbffa76770c6c2 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Mon, 28 Apr 2025 18:20:52 +0100 Subject: [PATCH] score: merge max-score README entries --- apps/score/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/score/README.md b/apps/score/README.md index 6a5bf8172..f22b4ff22 100644 --- a/apps/score/README.md +++ b/apps/score/README.md @@ -31,8 +31,7 @@ In this mode any score increments will be decrements. To move back a set, reduce | `Sets per page` | How many sets should be shown in the app. Further sets will be available by scrolling (ignored if higher than `Sets to win`) | | `Score to win` | What score ends a given set | | `2-point lead` | Does winning a set require a two-point lead | -| `Maximum score?` | Should there be a maximum score, at which point the two-point lead rule falls away | -| `Maximum score` | At which score should the two-point lead rule fall away (ignored if lower than Sets to win) | +| `Maximum score` | Should there be a maximum score, at which point the two-point lead rule falls away (ignored if lower than Sets to win) | | `Tennis scoring` | If enabled, each point in a set will require a full tennis game | | `TB sets?` | Should sets that have reached `(maxScore-1):(maxScore-1)` be decided with a tiebreak | | All other options starting with TB | Equivalent to option with same name but applied to tiebreaks |