From f2a1e8dbdd554fc7c7de3f1061f81c117b44e1e4 Mon Sep 17 00:00:00 2001 From: trilader Date: Thu, 26 Nov 2020 20:25:09 +0100 Subject: [PATCH] Use a diffrent checkmark in the README and finish a sentence --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1c9c27..9ada12e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This tool is work in progress and some functions might not work (correctly). ### Configuration options |Option | Description | Default value | Required | |-------|-------------|---------------|--------- | -| apiKey | YouTube API Key | | ✔ | +| apiKey | YouTube API Key | | ✓ | | extraHeaders | Extra HTTP headers to send to YouTube. This is a JSON array of objects containing `"key"` and `"value"`. Will be sent with each API requres. | `[]` | ✘ | | database | Path of channel/video database | $HOME/.local/share/yttui.db | ✘ | -| watchCommand | Command executed to watch a video. `{{vid}}` will be replaced | `["xdg-open", "https://youtube.com/watch?v={{vid}}"]` | ✘ | +| watchCommand | Command executed to watch a video. `{{vid}}` will be replaced by the Id of the video to watch. | `["xdg-open", "https://youtube.com/watch?v={{vid}}"]` | ✘ |