Skip to content

Commit

Permalink
Corrected currency formatting description in README.md
Browse files Browse the repository at this point in the history
The description of the currency formatting feature in the README.md document has been updated for precision. Additional detail specifying that the formatting is for Vietnamese Dong (VND) currency is now included to avoid ambiguity. The other changes include the correction of a typographical error in the dependency link section.
  • Loading branch information
hckhanh committed Feb 26, 2024
1 parent d8acfc2 commit b91107a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A bunch of utility functions that work with number in Vietnamese language

## Features

- [Zero dependencies](https://jsr.io/@hckhanh/vn-number/dependencies)
- [Zero dependency](https://jsr.io/@hckhanh/vn-number/dependencies)
- Edge runtime built-in support

## Functions

- Read Vietnamese Number (một triệu hai trăm năm mươi nghìn)
- Format number in Vietnamese format (1.250.000)
- Format currency in Vietnamese format (1.250.000 ₫)
- Format VND currency (1.250.000 ₫)
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hckhanh/vn-number",
"version": "1.2.5",
"version": "1.2.6",
"exports": "./src/index.ts",
"exclude": [
".github/",
Expand Down

0 comments on commit b91107a

Please sign in to comment.