Tidying up the readme's a bit with some different formatting (#337)

This commit is contained in:
Aaron Powell
2025-10-20 10:08:37 +11:00
committed by GitHub
parent c6ec7f0a34
commit 17ef59bdbb
25 changed files with 39 additions and 41 deletions

View File

@@ -639,9 +639,7 @@ function generateCollectionReadme(collection, collectionId) {
// Optional badge note at the end if show_badge is true
if (collection.display?.show_badge) {
content += `*This collection includes ${
items.length
} curated items for ${name.toLowerCase()}.*`;
content += `*This collection includes ${items.length} curated items for **${name}**.*`;
}
return content;