diff --git a/html/README.md b/html/README.md index 88f159b..4dfef2c 100644 --- a/html/README.md +++ b/html/README.md @@ -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{