Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezcuesta authored Sep 11, 2024
1 parent ffa8a7b commit 9df2e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ So, you can access the retrieved resources in your templates like this, for
example:

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

0 comments on commit 9df2e30

Please sign in to comment.