From 257fa137c587c409f3da829eb7f9c3b52f53f9d4 Mon Sep 17 00:00:00 2001 From: dzu_we Date: Sun, 27 Apr 2025 18:36:24 +0300 Subject: [PATCH] fix: rename parameter name to the correct one --- docs/src/configuration/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuration/introduction.md b/docs/src/configuration/introduction.md index 4568fe2..427b2a5 100644 --- a/docs/src/configuration/introduction.md +++ b/docs/src/configuration/introduction.md @@ -10,7 +10,7 @@ custom themes, in the following directories: The configuration file will be looked up automatically in the directories above under the name `config.yaml`. e.g. on Linux you should create it under `~/.config/presenterm/config.yaml`. You can also specify a custom path to this file -when running _presenterm_ via the `--config-path` parameter. +when running _presenterm_ via the `--config-file` parameter. A [sample configuration file](https://github.com/mfontanini/presenterm/blob/master/config.sample.yaml) is provided in the repository that you can use as a base.