We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680f942 commit 22ec274Copy full SHA for 22ec274
1 file changed
README.md
@@ -20,12 +20,12 @@ those details change.
20
21
### What gets inserted into your README
22
23
-After the first heading (`# My Project`) the action inserts (or replaces) the following block:
+After the first heading (for example, `# My Project`) the action inserts (or replaces) the following block:
24
25
```html
26
<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">
+ <source media="(prefers-color-scheme: dark)" srcset="https://banners.beyondco.de/...&theme=dark">
+ <img src="https://banners.beyondco.de/...&theme=light" alt="{project_name}">
29
</picture>
30
```
31
0 commit comments