change name from HTMLRender to NewHTMLRender

This commit is contained in:
2024-11-13 14:57:14 +01:00
parent 749cacedc9
commit f262cf57ce
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func DefaultHTMLRender() *Render {
}
}
func HTMLRender(opts ...OptionFunc) *Render {
func NewHTMLRender(opts ...OptionFunc) *Render {
config := DefaultHTMLRender()
return config.apply(opts...)
}