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 {