From eead85d9be4461ad9fef91f53f7e798273889023 Mon Sep 17 00:00:00 2001 From: trilader Date: Thu, 26 Nov 2020 20:26:22 +0100 Subject: [PATCH] README: Fix filename of the example configuration file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ada12e..9a97163 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This tool is work in progress and some functions might not work (correctly). 1. Get a YouTube API key. 1. Create a configuration file. - You can either put it next to the application binary or in `$HOME/.config/yttui.conf` - - Have a look at `yttui.conf.sample`. It contains all possible configuration options and is a good place to start. + - Have a look at `yttui.conf.example`. It contains all possible configuration options and is a good place to start. - Configuration default values are described in "Configuration options". 1. Start the application. You can press `F1` at any time to get help and `C-q` (holding down the control key and pressing q) to quit.