From a337452179f238d98c0550e1b793d460b97d7a63 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 16 Feb 2024 17:42:15 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3bb9af..187fd98 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ building on Windows. `BUILTIN_ICON_THEMES=breeze;breeze-dark`. * This variable must be set when building the application (not when building any of the libraries). * The specified icon themes need to be installed in the usual location. Otherwise, use e.g. - `DBUILTIN_ICON_THEMES_SEARCH_PATH=D:/programming/misc/breeze-icons/usr/share/icons` to specify the + `BUILTIN_ICON_THEMES_SEARCH_PATH=D:/programming/misc/breeze-icons/usr/share/icons` to specify the search path. * For more detailed documentation, see the documentation about build variables (in [directory doc](https://github.com/Martchus/cpp-utilities/blob/master/doc/buildvariables.md) and