Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jan 4, 2024
1 parent 8c70eb7 commit 2776a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 2776a20

Please sign in to comment.