diff --git a/README.md b/README.md index 54dbc1d..22f513b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ control your MODEP pedalboard(s) via http requests | 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 | +| /pedals/`id` | get the current pedalboard's pedal by `id` | set values of current pedalboard's pedal by `id` | **note:** to set a value for a pedal POST arguments **must** contain the parameters `id` and `value` where `id` is the id of one of the pedal's controls.