From ba290d2606a69fd95fddf02e0e13c74b8570a87c Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:01:02 +0800 Subject: [PATCH] Update BUTTONS.md --- BUTTONS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUTTONS.md b/BUTTONS.md index 5086e07..ba20b76 100644 --- a/BUTTONS.md +++ b/BUTTONS.md @@ -32,9 +32,9 @@ Change the value of `controller` in `settings.json`. ```json { "controller": [ - ["back", "resume", "skip", {"stop": "red"}, "add"], - ["tracks"] - ] + ["back", "resume", "skip", {"stop": "red"}, "add"], + ["tracks"] + ] } ``` @@ -50,4 +50,4 @@ Change the value of `controller` in `settings.json`. ] } -``` \ No newline at end of file +```