Skip to content

Commit eebaec4

Browse files
authored
Merge pull request #311 from semiherdogan/patch-1
Fix typo
2 parents f84cc74 + 5dfdf06 commit eebaec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)