Skip to content

Commit

Permalink
Updated dependency link in README.md
Browse files Browse the repository at this point in the history
The dependency link in the README.md document has been corrected. Prior to this change, the link directed users to 'dependents' instead of 'dependencies'. This update ensures more accuracy in understanding the repostiory's dependencies.
  • Loading branch information
hckhanh committed Feb 26, 2024
1 parent 65fbf50 commit d8acfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A bunch of utility functions that work with number in Vietnamese language

## Features

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

## Functions
Expand Down
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.4",
"version": "1.2.5",
"exports": "./src/index.ts",
"exclude": [
".github/",
Expand Down

0 comments on commit d8acfc2

Please sign in to comment.