diff --git a/README.md b/README.md index c07da48..4f1ae06 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ By the way the ***Box*** layout lays out widgets in like a vertical or horizonta self.box1 = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) ``` -### Quick intermission, lets set some window parameters +## Set some window parameters ```python self.set_default_size(600, 250)