From f5d2abb94820cf1b2687276f7cee19c95c08916d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Sat, 10 Jun 2023 17:16:11 +0300 Subject: [PATCH] :memo: docs: update version of html template (#2505) --- docs/guide/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/templates.md b/docs/guide/templates.md index 2e2178d090..df38fac02a 100644 --- a/docs/guide/templates.md +++ b/docs/guide/templates.md @@ -68,7 +68,7 @@ package main import ( "log" "github.com/gofiber/fiber/v2" - "github.com/gofiber/template/html" + "github.com/gofiber/template/html/v2" ) func main() {