File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments