Skip to content

Commit

Permalink
Now using webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
zozor committed Apr 10, 2012
1 parent a34236a commit a7f4410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ Here is a simple program. An advanced one can be found in examples
hgui.Html("<br/>"),
label,
)
hgui.StartServer(20000)
hgui.StartServer(800, 600, 20000, "Simple program!")
}

Features
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.go
Expand Up @@ -14,5 +14,5 @@ func main() {
hgui.Html("<br/>"),
label,
)
hgui.StartServer(20000)
hgui.StartServer(800, 600, 20000, "Simple program")
}

0 comments on commit a7f4410

Please sign in to comment.