From 34f5a06db652df0bfc93fb061133e4d679763917 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Thu, 5 Jan 2023 10:33:49 -0500 Subject: [PATCH] Minor readme updates --- extended_macro/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extended_macro/readme.md b/extended_macro/readme.md index 9c715ce..644d1bc 100644 --- a/extended_macro/readme.md +++ b/extended_macro/readme.md @@ -36,7 +36,7 @@ ${KLIPPY_ENV}/pip install -r ${HOME}/requirements.txt 1. Create your Python script(s) with the function(s) you intend to use. 2. Create a function configuration file using `example/function_config.yaml` as reference. YAML is the allowed schema. The extension must be `yml` or `yaml` -3. In your Klipper config, add the `[extended_template]` section to define the location of your function config file. +3. In the `[extended_template]` section of your Klipper config, add the variable `path` with the value being the location of where you saved the config YAML file. --- **Usage:**