From 2776a20281f690c92b5b2c94e48a3d778aef9acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Thu, 4 Jan 2024 18:51:53 +0100 Subject: [PATCH] Update documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 583bf4a..491520b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ func onDraw(gfx *pixelpusher.Config) error { } func main() { + // The window title is "Red Pixel" gfx := pixelpusher.New("Red Pixel") gfx.Run(onDraw, nil, nil, nil) }