Skip to content

Commit

Permalink
Merge pull request #391 from alexander-bruun/master
Browse files Browse the repository at this point in the history
docs: Update HTML template example
  • Loading branch information
gaby authored Jul 13, 2024
2 parents d1ce8f0 + 5326737 commit 5bf9dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func main() {

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

// Pass the engine to the Views
app := fiber.New(fiber.Config{
Expand Down

0 comments on commit 5bf9dc0

Please sign in to comment.