Skip to content

Commit 73d6bd6

Browse files
1 parent 6d4e0cb commit 73d6bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/template/html/README.md

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

7373
// Or from an embedded system
7474
// See github.com/gofiber/embed for examples
75-
// engine := html.NewFileSystem(http.Dir("./views", ".html"))
75+
// engine := html.NewFileSystem(http.Dir("./views"), ".html")
7676

7777
// Pass the engine to the Views
7878
app := fiber.New(fiber.Config{

0 commit comments

Comments
 (0)