diff --git a/README.md b/README.md index f6c1fdc..97b377f 100644 --- a/README.md +++ b/README.md @@ -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 ₫) diff --git a/deno.json b/deno.json index 41b2406..8c7d88a 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@hckhanh/vn-number", - "version": "1.2.5", + "version": "1.2.6", "exports": "./src/index.ts", "exclude": [ ".github/",