From 4581b450c0b0c73a944c67b86f25ce8ecc97fede Mon Sep 17 00:00:00 2001 From: Dima Marhitych Date: Sun, 8 Oct 2023 12:26:25 +0200 Subject: [PATCH] Update main.go --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/main.go b/example/main.go index 156bb55..a723a02 100644 --- a/example/main.go +++ b/example/main.go @@ -18,7 +18,7 @@ func main() { draw.FillBackground([4]int{255, 255, 188, 255}) // Draw text on the screen - draw.DrawText("Hello under the world!", 21, 100, 100) + draw.DrawText("Hello, world!", 21, 100, 100) // Draw a rectangle on the screen draw.DrawRect(50, 500, 400, 400, [4]int{146, 255, 123, 255})