From a53fe6244f08372f08d8247ad80fc48d6f686c96 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sun, 29 Oct 2023 15:50:29 -0700 Subject: [PATCH] Remove FuncMap from the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5f0f7e..74df64b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ if err != nil { } err = t.WithVarMap(vars). - WithFuncMap(funcs). + WithTagMap(tags). WithEscapeHTML(true). Execute(os.Stdout) if err != nil {