diff --git a/README.md b/README.md index 93e8dc3..cefaf13 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,8 @@ formatted as line-delimited JSON. | `pid <0/1> kp ` | Set proportional gain | | `pid <0/1> ki ` | Set integral gain | | `pid <0/1> kd ` | Set differential gain | -| `pid <0/1> output_min ` | Set mininum output | -| `pid <0/1> output_max ` | Set maximum output | +| `pid <0/1> output_min ` | Set lower limit of PID-regulated output current in Amperes | +| `pid <0/1> output_max ` | Set upper limit of PID-regulated output current in Amperes | | `s-h` | Show Steinhart-Hart equation parameters | | `s-h <0/1> ` | Set Steinhart-Hart parameter for a channel | | `postfilter` | Show postfilter settings |