diff --git a/README.md b/README.md index bfda4db..f748fbb 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ the items. Use `{{.}}` to access the current item inside the enumeration section var view = {name: "Joe's shopping card", items: ["bananas", "apples"]} - var template = "{{name}}: " + var template = "{{%IMPLICIT-ITERATOR}}{{name}}: " Outputs: Joe's shopping card: