From 7d631ab9fd00f1a40ad89323fa08475595773869 Mon Sep 17 00:00:00 2001 From: Denis Iskandarov Date: Sun, 7 Jun 2020 20:04:54 +0400 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}