📚 Doc: Correct cors to favicon in import statement (#1279)

pull/1282/head
Nik Schaefer 2021-04-11 14:07:31 -05:00 committed by GitHub
parent cdd5326047
commit 12b57db688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ First import the middleware from Fiber,
```go
import (
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/cors"
"github.com/gofiber/fiber/v2/middleware/favicon"
)
```