Skip to content

Commit 2743ca4

Browse files
authored
Merge pull request #167 from RetGal/patch-1
Fix filename
2 parents aa99dee + 46cac39 commit 2743ca4

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
@@ -449,8 +449,8 @@ row are rendered.
449449

450450
2. Overriding built-in templates
451451

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

0 commit comments

Comments
 (0)