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 a7b592d commit 3ef9b3dCopy full SHA for 3ef9b3d
js/stats.js
@@ -20,7 +20,7 @@ function displayStatsJSON (reportText) {
20
var blns = stats.downloads.all / 1e9
21
div.innerHTML = (
22
mlns.toFixed(0) + ' million monthly downloads<br>' +
23
- blns.toFixed(0) + ' billion all-time downloads'
+ blns.toFixed(1) + ' billion all-time downloads'
24
)
25
26
div = document.getElementById('stats-members')
0 commit comments