Skip to content

Commit ac84f4c

Browse files
1 parent 38a780b commit ac84f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/template/pug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858

5959
// Or from an embedded system
6060
// See github.com/gofiber/embed for examples
61-
// engine := pug.NewFileSystem(http.Dir("./views", ".pug"))
61+
// engine := pug.NewFileSystem(http.Dir("./views"), ".pug")
6262

6363
// Pass the engine to the views
6464
app := fiber.New(fiber.Config{

0 commit comments

Comments
 (0)