Skip to content

Commit 46cac39

Browse files
authored
Fix filename
1 parent 7717a24 commit 46cac39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ row are rendered.
382382

383383
2. Overriding built-in templates
384384

385-
You can always overrides or redefine built-in templates in your own `_templates.
386-
gotmpl` file. The built-in templates can be thought of as a template hook.
385+
You can always overrides or redefine built-in templates in your own `_templates.gotmpl`
386+
file. The built-in templates can be thought of as a template hook.
387387
For example, if you need to change the HTML table, for example to add a new
388388
column, or define maximum width/height, you can override `chart.valuesTableHtml`. Your overrides will then be called by `chart.valuesSectionHtml`.
389389

0 commit comments

Comments
 (0)