From 09f9e4b0df75e942c9e29eca2e18d6970748a32b Mon Sep 17 00:00:00 2001 From: spy Date: Fri, 25 Feb 2022 16:34:36 +0000 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec24529..52a1b4a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ Make and install tabbed ```sh make install ``` -**Final step:** Add a colourscheme to `~/.config/cols/tabbed.h`. This is where dmenu will read a colorscheme.
-This should be in the usual form dmenu would have a colourscheme in it's own source code, as `dmenu.h` is included at compile time.
+**Final step:** Add a colourscheme to `~/.config/cols/tabbed.h`. This is where tabbed will read a colorscheme.
+This should be in the usual form tabbed would have a colourscheme in it's own source code, as `tabbed.h` is included at compile time.
Alternatively, you could change the location of the colourscheme in `config.h`.