From 9685d0b45d9d2fa156e3f8185ad80fae2249b2a7 Mon Sep 17 00:00:00 2001 From: qqrz997 <156676353+qqrz997@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:52:39 +0000 Subject: [PATCH] Remove strays --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 895f20a..6d05a55 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ You can use that file as a starting point in case you want to customize it. Just | %t | The time dependence of the swing. This value indicates how dependent the accuracy part of the score is upon *when* you hit the block, measured from 0 - 1. A value of 0 indicates a completely time independent swing, while a value of 1 indicates that the accuracy part of the score would vary greatly if the block was hit even slightly earlier or later. | | %B, %C, %A, %T | Uses the Judgment text that matches the threshold as specified in either `beforeCutAngleJudgments`, `accuracyJudgments`, `afterCutAngleJudgments`, or `timeDependencyJudgments` (depending on the used token). | | %d | An arrow that points towards the center line of the note relative to the cut line. | -| %s | The total score of the cut. ~~~~ | +| %s | The total score of the cut. | | %p | A number representing the percentage of the maximum total score. | | %% | A literal percent symbol. | | %n | A newline. |