Skip to content

Commit 34f5a06

Browse files
committed
Minor readme updates
1 parent 63d3f99 commit 34f5a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extended_macro/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ${KLIPPY_ENV}/pip install -r ${HOME}/requirements.txt
3636

3737
1. Create your Python script(s) with the function(s) you intend to use.
3838
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`
39-
3. In your Klipper config, add the `[extended_template]` section to define the location of your function config file.
39+
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.
4040

4141
---
4242
**Usage:**

0 commit comments

Comments
 (0)