diff --git a/README.md b/README.md index 7a36a6fb..c61e18d7 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ import ( func main() { // Create application and scene - a := app.App() + a := app.App(800, 600, "Hello World") scene := core.NewNode() // Set the scene to be managed by the gui manager