Skip to content

Commit 9827bdf

Browse files
committed
fix html example import
1 parent 9e5c180 commit 9827bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ import (
114114
"embed"
115115

116116
"github.com/gofiber/fiber/v2"
117-
"github.com/gofiber/template/html"
117+
"github.com/gofiber/template/html/v2"
118118
)
119119

120120
//go:embed views/*
@@ -164,7 +164,7 @@ import (
164164
"net/http"
165165

166166
"github.com/gofiber/fiber/v2"
167-
"github.com/gofiber/template/html"
167+
"github.com/gofiber/template/html/v2"
168168
)
169169

170170
//go:embed views/*

0 commit comments

Comments
 (0)