From d1c0cdf65b018f390086308793cbc958020d5398 Mon Sep 17 00:00:00 2001 From: Arksine Date: Wed, 16 Sep 2020 11:27:20 -0400 Subject: [PATCH] docs: Fix incorrect option for klippy_uds_address Resolves #20. Signed-off-by: Eric Callahan --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 46ceb98..47e2274 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -157,7 +157,7 @@ host: 0.0.0.0 # to all interfaces port: 7125 # The port the HTTP server will listen on. Default is 7125 -klippy_address: /tmp/klippy_uds +klippy_uds_address: /tmp/klippy_uds # The address of Unix Domain Socket used to communicate with Klippy. Default # is /tmp/klippy_uds max_upload_size: 200