1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 05:03:40 +00:00

Merge pull request #966 from G2G2G2G/patch-1

Update README.md
This commit is contained in:
Joey B 2020-10-26 19:16:51 -07:00 committed by GitHub
commit 3dd3a0e6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
}))
```