aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04d8750..2fecebe 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ title = XYZ
<h1>XYZ!</h1>
<!-- index.html -->
-{{ eachdo projects }}
+{{ eachdo resources.projects }}
<p>{{ put title }}</p>
{{ endeachdo }}
```