Update README.md

This commit is contained in:
Taiko2k
2022-01-25 14:30:03 +13:00
committed by GitHub
parent a5e07b6bf0
commit 31a6d33138

View File

@@ -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.