diff --git a/README.md b/README.md index 1307c63..c149199 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Each node in `.Nodes` has next fields Example template file -```django +```jinja # Welcome to {{ .Values.title | lower | repeat 5 }} <<<< {{- range $i, $n := .Nodes }} Node {{$n.Name }} has {{ $n.InternalIP }} IP and port {{ $.Values.port }}