Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rejth authored May 22, 2024
1 parent 480943c commit 45d6f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
<ColorDropper useProxyCanvas>
{#each colors as color, i (color)}
Expand Down

0 comments on commit 45d6f58

Please sign in to comment.