summaryrefslogtreecommitdiff
path: root/Ladybird/README.md
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-07-04 14:03:49 +0200
committerAndrew Kaster <andrewdkaster@gmail.com>2022-12-25 07:58:58 -0700
commit96170a4f24c3f55fdf0600338e30bc71d5cd951a (patch)
tree01f64167a41bf32d4770b34af665dc2160bc2581 /Ladybird/README.md
parent74fda4aff511f3d81544873270d06cb938490597 (diff)
downloadserenity-96170a4f24c3f55fdf0600338e30bc71d5cd951a.zip
Ladybird/Meta: QT => Qt in the README :^)
Diffstat (limited to 'Ladybird/README.md')
-rw-r--r--Ladybird/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Ladybird/README.md b/Ladybird/README.md
index 3963839868..8b7945150c 100644
--- a/Ladybird/README.md
+++ b/Ladybird/README.md
@@ -1,10 +1,10 @@
# Ladybird Web Browser
-The Ladybird Web Browser is a browser using the SerenityOS LibWeb engine with a QT GUI.
+The Ladybird Web Browser is a browser using the SerenityOS LibWeb engine with a Qt GUI.
## Build Prerequisites
-QT6 development packages and a c++20-enabled compiler are required. On Debian/Ubuntu required packages include, but are not limited to:
+Qt6 development packages and a c++20-enabled compiler are required. On Debian/Ubuntu required packages include, but are not limited to:
```
sudo apt install build-essential cmake ninja-build qt6-base-dev qt6-tools-dev-tools
@@ -12,7 +12,7 @@ sudo apt install build-essential cmake ninja-build qt6-base-dev qt6-tools-dev-to
For the c++ compiler, gcc-11 or clang-13 are required at a minimum for c++20 support.
-For Ubuntu 20.04 and above, ensure that the QT6 Wayland packages are available:
+For Ubuntu 20.04 and above, ensure that the Qt6 Wayland packages are available:
```
sudo apt install qt6-wayland