Skip to content

Commit 013b2ee

Browse files
committed
fix: wordings
1 parent ae26ecd commit 013b2ee

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ A unified toolkit for building applications and smart contracts in the Interchai
6161

6262
| Category | Total | Monthly | Weekly |
6363
| ------- | ------ | ------- | ----- |
64-
| **Grand Total** | 65,828,752 | 3,016,467 | 724,290 |
65-
| Web2 (LaunchQL) | 21,712,066 | 1,348,542 | 339,542 |
66-
| Web3 (Hyperweb, etc.) | 36,203,225 | 1,568,618 | 364,607 |
64+
| **Total** | 65,828,752 | 3,016,467 | 724,290 |
65+
| Web2 | 21,712,066 | 1,348,542 | 339,542 |
66+
| Web3 | 36,203,225 | 1,568,618 | 364,607 |
6767
| Utilities | 2,549,858 | 99,307 | 20,141 |
6868

6969
## Table of Contents
@@ -489,4 +489,4 @@ To the amazing Cosmology community: thank you for being part of our journey. Wit
489489
Let's build the future, together. 🚀
490490

491491

492-
<!-- README.md automatically generated on 2025-05-13T19:22:16.481Z from lib-count repository with latest download stats -->
492+
<!-- README.md automatically generated on 2025-05-13T19:29:16.145Z from lib-count repository with latest download stats -->

packages/stats-db/src/tasks/npm/npm.gen-readme.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ function generateOverallStatsTable(totals: TotalStats): string {
254254
`## Overall Download Statistics\n`,
255255
"| Category | Total | Monthly | Weekly |",
256256
"| ------- | ------ | ------- | ----- |",
257-
`| **Grand Total** | ${formatNumber(totals.total.total)} | ${formatNumber(totals.total.monthly)} | ${formatNumber(totals.total.weekly)} |`,
258-
`| Web2 (LaunchQL) | ${formatNumber(totals.web2.total)} | ${formatNumber(totals.web2.monthly)} | ${formatNumber(totals.web2.weekly)} |`,
259-
`| Web3 (Hyperweb, etc.) | ${formatNumber(totals.web3.total)} | ${formatNumber(totals.web3.monthly)} | ${formatNumber(totals.web3.weekly)} |`,
257+
`| **Total** | ${formatNumber(totals.total.total)} | ${formatNumber(totals.total.monthly)} | ${formatNumber(totals.total.weekly)} |`,
258+
`| Web2 | ${formatNumber(totals.web2.total)} | ${formatNumber(totals.web2.monthly)} | ${formatNumber(totals.web2.weekly)} |`,
259+
`| Web3 | ${formatNumber(totals.web3.total)} | ${formatNumber(totals.web3.monthly)} | ${formatNumber(totals.web3.weekly)} |`,
260260
`| Utilities | ${formatNumber(totals.utils.total)} | ${formatNumber(totals.utils.monthly)} | ${formatNumber(totals.utils.weekly)} |`,
261261
];
262262
return lines.join("\n") + "\n\n"; // Ensure blank line after the table

0 commit comments

Comments
 (0)