From fd6a0b8722b6cec7cebb9c0faae3f97d2abda6a1 Mon Sep 17 00:00:00 2001 From: 1e99 Date: Sat, 22 Mar 2025 14:24:55 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d831c28..45819a9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Configuration is done using environment variables. - `WOLBODGE_ADDRESS`: The address that WoLBodge should listen on, defaults to `:3000`. - `WOLBODGE_STORAGE_TYPE`: Storage type to pick, defaults to `ram`. - `ram`: Sessions are stored in RAM. -- `WOLBODGE_DEVICE_TYPE`: Device type to pick, defaults to `test`- +- `WOLBODGE_DEVICE_TYPE`: Device type to pick, defaults to `test`: - `test`: A dummy device, used for testing. - `libgpiod`: Uses the libgpiod commands under the hood. The gpio chip is specified using `WOLBODGE_DEVICE_GPIOCHIP`, the power button pin using `WOLBODGE_DEVICE_POWER_BUTTON_PIN` and the power LED pin using `WOLBODGE_DEVICE_POWER_LED_PIN`.