Skip to content

Commit 61eb962

Browse files
authored
Fix false import of example
1 parent 63c4884 commit 61eb962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: swagger/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Import the middleware package that is part of the Fiber web framework
1616
```go
1717
import (
1818
"github.com/gofiber/fiber/v2"
19-
"github.com/gofiber/fiber/v2/middleware/swagger"
19+
"github.com/gofiber/contrib/swagger"
2020
)
2121
```
2222

@@ -39,4 +39,4 @@ cfg := Config{
3939
}
4040

4141
app.Use(swagger.New(cfg))
42-
```
42+
```

0 commit comments

Comments
 (0)