Update README.md

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

View File

@ -49,7 +49,8 @@ func main() {
Title: "Hello, World!", Title: "Hello, World!",
Height: 500, Height: 500,
Width: 500, Width: 500,
Hint: 2 | 4, Tilted: true,
Resizeable: true,
} }
m := muon.New(cfg, fileHandler) m := muon.New(cfg, fileHandler)