From c3b442e73214c7b7c2db75c6e97418fcfa93e975 Mon Sep 17 00:00:00 2001 From: Boreal <90580455+bor-real@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:48:08 -0800 Subject: [PATCH] Fix spelling of libawaita --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24bfa19..d7418e5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ This should display a small blank window. This is a minimal amount of code to show a window. But we will start off with a better example: - Making the code into classes. 'Cause doing it functional style is a little awkward in Python. - - Switching to **Libawaita**, since many GNOME apps now use its new styling. + - Switching to **Libadwaita**, since many GNOME apps now use its new styling. - Pass in the app arguments. - Give the app an application id.