Skip to content

Commit f5d2abb

Browse files
authored
📝 docs: update version of html template (#2505)
1 parent d4938da commit f5d2abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ package main
6868
import (
6969
"log"
7070
"github.com/gofiber/fiber/v2"
71-
"github.com/gofiber/template/html"
71+
"github.com/gofiber/template/html/v2"
7272
)
7373

7474
func main() {

0 commit comments

Comments
 (0)