Skip to content

Commit

Permalink
Merge pull request #122 from fernandezcuesta/patch-1
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
ezgidemirel authored Sep 13, 2024
2 parents ffa8a7b + 81095c2 commit 6c6226f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ So, you can access the retrieved resources in your templates like this, for
example:

```yaml
{{ someExtraResources := index .extraResources "some-extra-resources-key" }}
{{- range $i, $extraResource := $someExtraResources }}
{{- $someExtraResources := index .extraResources "some-extra-resources-key" }}
{{- range $i, $extraResource := $someExtraResources.items }}
#
# Do something for each retrieved extraResource
#
Expand Down

0 comments on commit 6c6226f

Please sign in to comment.