Skip to content

Commit 22ec274

Browse files
docs: apply review suggestions to README overview section
Co-authored-by: andrey-helldar <10347617+andrey-helldar@users.noreply.github.com>
1 parent 680f942 commit 22ec274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ those details change.
2020

2121
### What gets inserted into your README
2222

23-
After the first heading (`# My Project`) the action inserts (or replaces) the following block:
23+
After the first heading (for example, `# My Project`) the action inserts (or replaces) the following block:
2424

2525
```html
2626
<picture>
27-
<source media="(prefers-color-scheme: dark)" srcset="https://banners.beyondco.de/My%20Project.png?...&theme=dark">
28-
<img src="https://banners.beyondco.de/My%20Project.png?...&theme=light" alt="My Project">
27+
<source media="(prefers-color-scheme: dark)" srcset="https://banners.beyondco.de/...&theme=dark">
28+
<img src="https://banners.beyondco.de/...&theme=light" alt="{project_name}">
2929
</picture>
3030
```
3131

0 commit comments

Comments
 (0)