Skip to content

Commit 7b07a2a

Browse files
Copilothckhanh
andauthored
Add battle-tested production statement to documentation (#62)
* Initial plan * Add battle-tested production statement to README and docs Co-authored-by: hckhanh <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hckhanh <[email protected]>
1 parent 79e7fce commit 7b07a2a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Fully documented
1616
- Works with `number`, `string`, and `bigint` types
1717
- Handles very large numbers (up to quintillions)
18+
- Battle-tested in production apps and dashboards
1819

1920
## Installation
2021

docs/content/docs/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ console.log(`Tăng trưởng: ${formatVnPercent(growthRate)}`);
218218
API for formatting operations.
219219
</Callout>
220220

221+
<Callout title="Battle-Tested in Production" type="info">
222+
This library is battle-tested in production apps and dashboards, providing
223+
reliable number formatting and reading for Vietnamese language applications.
224+
</Callout>
225+
221226
## Next Steps
222227

223228
<Cards>

0 commit comments

Comments
 (0)