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

@ -45,12 +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,
Hint: 2 | 4,
}
cfg := &muon.Config{
Title: "Hello, World!",
Height: 500,
Width: 500,
Tilted: true,
Resizeable: true,
}
m := muon.New(cfg, fileHandler)