Skip to content

Commit

Permalink
docs: update README.md (#516)
Browse files Browse the repository at this point in the history
Adjust source code snippet according to modifications from previous step.
  • Loading branch information
LWChris authored Oct 12, 2023
1 parent 75814a2 commit 531bf37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ It's not uncommon to have an attribute where the name and value are the same, li

```svelte
/// file: App.svelte
<img +++{src}+++ alt="A man dances." />
<img +++{src}+++ alt="{name} dances." />
```

1 comment on commit 531bf37

@vercel
Copy link

@vercel vercel bot commented on 531bf37 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.