Update README limiter

pull/1091/head
JeffProd 2020-12-26 14:22:17 +01:00 committed by GitHub
parent 2604398cac
commit 22bbfead6f
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 @@ First import the middleware from Fiber,
```go
import (
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/session"
"github.com/gofiber/fiber/v2/middleware/limiter"
)
```