Update README.md

pull/966/head
G2G2G2G 2020-10-25 21:51:11 -05:00 committed by GitHub
parent 93cd0c5cc7
commit 8c0bd56ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ app.Use(favicon.New())
// Or extend your config for customization
app.Use(favicon.New(favicon.Config{
File: "./favicon.ico"
File: "./favicon.ico",
}))
```