From cc323faa9f408ddcfb02904db85a0095dd9802ed Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Fri, 15 Apr 2022 19:41:21 +0200 Subject: [PATCH] Fixed typo in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c3a878a..6d67f4f 100644 --- a/Readme.md +++ b/Readme.md @@ -70,7 +70,7 @@ Most people will not have to configure anything, just open BoilR and click Synch ### Run as CLI In previous releases there was both a CLI and UI version of BoilR, now there is only a UI version. -But you can add the commandling argument ``--no-ui`` and then the UI version will act like the old CLI version. +But you can add the commandline argument ``--no-ui`` and then the UI version will act like the old CLI version. This saves some CO2 from not having to build 2 versions of BoilR for each platform, and it also makes development easier. ## Contributions