From c1d2c5b133e644d6ebb36c42285a4a56085b91fc Mon Sep 17 00:00:00 2001 From: velvettear Date: Tue, 8 Feb 2022 14:39:46 +0100 Subject: [PATCH] fixed table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c30ce5..54dbc1d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ control your MODEP pedalboard(s) via http requests ### pedals | url | GET | POST | -| - | - | - | - | +| - | - | - | | /pedals | get the current pedalboard's pedals | | | /pedals/`id` | get the current pedalboard's pedal by `id` | set values of current pedalboard's pedal by %id |