Update README.md

This commit is contained in:
V-X 2019-10-07 15:19:53 -05:00 committed by GitHub
parent 7ca84780d7
commit 3555f142cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -45,13 +45,13 @@ func main() {
// Any static asset packer of your liking (ex. fileb0x)
fileHandler := http.FileServer(webfiles.HTTP)
cfg := &muon.Config{
Title: "Hello, World!",
Height: 500,
Width: 500,
Tilted: true,
Resizeable: true,
}
cfg := &muon.Config{
Title: "Hello, World!",
Height: 500,
Width: 500,
Tilted: true,
Resizeable: true,
}
m := muon.New(cfg, fileHandler)