We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3706f2 commit 62b8a2aCopy full SHA for 62b8a2a
jet/README.md
@@ -59,7 +59,7 @@ func main() {
59
60
// Or from an embedded system
61
// See github.com/gofiber/embed for examples
62
- // engine := jet.NewFileSystem(http.Dir("./views", ".jet"))
+ // engine := jet.NewFileSystem(http.Dir("./views"), ".jet")
63
64
// Pass the engine to the views
65
app := fiber.New(fiber.Config{
0 commit comments