-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md : 6M downloads!! #793
base: main
Are you sure you want to change the base?
Update README.md : 6M downloads!! #793
Conversation
I just realized that there were over 6x10^6 downloads of WAU. A thing to boast about IMHO. I added that DL counter badge to WAU homepage
Linter Markdown fix: "README.md:236 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4]" reduced to h2
Replaced **BOLD** headers with MD:h3 tags, that way we can reference those settings directly in Issue discussion.
README.md:28 MD040/fenced-code-language README.md:118 MD040/fenced-code-language README.md:180 MD040/fenced-code-language
README.md:1 MD041/first-line-heading/first-line-h1 fixed by changing `<div align="center">` to `<h1 align="center">`
This PR is purely cosmetic, now readme does not generate linter warnings and the most important feature is working now, |
Hmm, I'm not sure the 'total' download count is truly meaningful, since it includes all unique downloads, and each release ends up being counted twice—once for the MSI file and once for the WAU_InstallCounter text file. That's why I've never included that stat. Still, it's a nice metric to see and definitely motivating for the future of the project! :) |
Very well, what about the rest of minor fixed to main readme file which finally could be referenced via uri links in issues and discussions? |
i'm ok with that :) |
I just realized that there were over 6x10^6 downloads of WAU. A thing to boast about IMHO.
I added that DL counter badge to WAU homepage
Proposed Changes