From 31a6d3313874c87311677a3814a681ec93f3502e Mon Sep 17 00:00:00 2001 From: Taiko2k Date: Tue, 25 Jan 2022 14:30:03 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 378c1c7..3089d36 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This should display a small blank window. ![A blank GTK window](blank.png) -This is a minimum amount of code to show a window. But we will start off with a better example: +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.