From 8b06d6d9e8ac3c41ace778978640a82f4f9be8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Sun, 25 Apr 2021 23:49:54 +0200 Subject: [PATCH] Documentation: Fix "GUI interface" wording "GUI" = graphical user interface "GUI interface" = graphical user interface interface :^) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5423faafb..90f1984e77 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors]( Man pages are browsable outside of SerenityOS under [Base/usr/share/man](https://github.com/SerenityOS/serenity/tree/master/Base/usr/share/man). -When running SerenityOS you can use `man` for the terminal interface, or `help` for the GUI interface. +When running SerenityOS you can use `man` for the terminal interface, or `help` for the GUI. ## How do I build and run this?