Skip to content

Commit 333ad38

Browse files
docs(Mountain): Standardize README badge label casing and download URL
Harmonize badge labels to singular form ("Update", "Issue", "Download") across all shields.io badges in the README header. Fix the GitHub downloads badge URL to use the `/total` route suffix for accurate download count aggregation. Consistent singular labels improve readability and match the project's concise naming convention.
1 parent 82d4251 commit 333ad38

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<td>
66
<a href="https://GitHub.Com/CodeEditorLand/Mountain" target="_blank">
77
<picture>
8-
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/last-commit/CodeEditorLand/Mountain?label=Last-commit&color=black&labelColor=black&logoColor=white&logoWidth=0" />
9-
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/github/last-commit/CodeEditorLand/Mountain?label=Last-commit&color=white&labelColor=white&logoColor=black&logoWidth=0" />
10-
<img src="https://img.shields.io/github/last-commit/CodeEditorLand/Mountain?label=Last-commit&color=black&labelColor=black&logoColor=white&logoWidth=0" alt="Last-commit" title="Last-commit" />
8+
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/last-commit/CodeEditorLand/Mountain?label=Update&color=black&labelColor=black&logoColor=white&logoWidth=0" />
9+
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/github/last-commit/CodeEditorLand/Mountain?label=Update&color=white&labelColor=white&logoColor=black&logoWidth=0" />
10+
<img src="https://img.shields.io/github/last-commit/CodeEditorLand/Mountain?label=Update&color=black&labelColor=black&logoColor=white&logoWidth=0" alt="Update" title="Update" />
1111
</picture>
1212
</a>
1313
<br />
1414
<a href="https://GitHub.Com/CodeEditorLand/Mountain" target="_blank">
1515
<picture>
16-
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/issues/CodeEditorLand/Mountain?label=Issues&color=black&labelColor=black&logoColor=white&logoWidth=0" />
17-
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/github/issues/CodeEditorLand/Mountain?label=Issues&color=white&labelColor=white&logoColor=black&logoWidth=0" />
18-
<img src="https://img.shields.io/github/issues/CodeEditorLand/Mountain?label=Issues&color=black&labelColor=black&logoColor=white&logoWidth=0" alt="Issues" title="Issues" />
16+
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/issues/CodeEditorLand/Mountain?label=Issue&color=black&labelColor=black&logoColor=white&logoWidth=0" />
17+
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/github/issues/CodeEditorLand/Mountain?label=Issue&color=white&labelColor=white&logoColor=black&logoWidth=0" />
18+
<img src="https://img.shields.io/github/issues/CodeEditorLand/Mountain?label=Issue&color=black&labelColor=black&logoColor=white&logoWidth=0" alt="Issue" title="Issue" />
1919
</picture>
2020
</a>
2121
</td>
@@ -30,9 +30,9 @@
3030
<br />
3131
<a href="https://GitHub.Com/CodeEditorLand/Mountain" target="_blank">
3232
<picture>
33-
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/downloads/CodeEditorLand/Mountain?label=Downloads&color=black&labelColor=black&logoColor=white&logoWidth=0" />
34-
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/github/downloads/CodeEditorLand/Mountain?label=Downloads&color=white&labelColor=white&logoColor=black&logoWidth=0" />
35-
<img src="https://img.shields.io/github/downloads/CodeEditorLand/Mountain?label=Downloads&color=black&labelColor=black&logoColor=white&logoWidth=0" alt="Downloads" title="Downloads" />
33+
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/downloads/CodeEditorLand/Mountain/total?label=Download&color=black&labelColor=black&logoColor=white&logoWidth=0" />
34+
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/github/downloads/CodeEditorLand/Mountain/total?label=Download&color=white&labelColor=white&logoColor=black&logoWidth=0" />
35+
<img src="https://img.shields.io/github/downloads/CodeEditorLand/Mountain/total?label=Download&color=black&labelColor=black&logoColor=white&logoWidth=0" alt="Download" title="Download" />
3636
</picture>
3737
</a>
3838
</td>

0 commit comments

Comments
 (0)