From 48107ac5263d035fe48b67df8cfdd833dae92804 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Fri, 7 Feb 2020 00:21:06 -0500 Subject: [PATCH] [skip travis] Update documentation for config. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4166ec1..e710035b 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Run using `btm`. - `-R`, `--regex` will default to using regex. -- `-C`, `--config` takes in a file path leading to a TOML file, where one can set flags by default. The default path this will check is, on Linux, `~/.config/btm/btm.toml`. Options are the same as the long names as other flags (ie: `regex = true`). See the sample config for an example. +- `-C`, `--config` takes in a file path leading to a TOML file, where one can set flags by default. The default path this will check is, on Linux, `~/.config/btm/btm.toml`. Options are the same as the long names as other flags (ie: `regex = true`). See the [sample config](./sample_config.toml) for an example. ### Keybindings