diff --git a/README.md b/README.md index 3740c9b..63d8111 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ But this does not work, because the `render` function has an `imageSource` varia ``` ```svelte -... const colors = ['tomato', 'goldenrod', 'mediumturquoise']; +... +const colors = ['tomato', 'goldenrod', 'mediumturquoise']; {#each colors as color, i (color)}