From d39f970167dabaa6a3848b0940bf424a9d8f3397 Mon Sep 17 00:00:00 2001 From: Madeleine <32415621+SpyHoodle@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:35:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e09d3..f3831ff 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ Make and install dmenu ```sh make install ``` -**Final step:** Add a colourscheme to `~/cols/dmenu.h`. This is where st will read a colorscheme.
+**Final step:** Add a colourscheme to `~/cols/dmenu.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.
Alternatively, you could change the location of the colourscheme in `config.h`.