mirror of https://github.com/gofiber/fiber.git
Update README.md
parent
93cd0c5cc7
commit
8c0bd56ef3
|
@ -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",
|
||||
}))
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue