Skip to content

Commit 7535b91

Browse files
committed
doc: update README.md
1 parent 07e7fc0 commit 7535b91

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"editor.formatOnSave": true,
55
"editor.defaultFormatter": "denoland.vscode-deno",
66
"cSpell.words": [
7+
"bunx",
78
"deno",
89
"denostack",
910
"hasher",

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
<img alt="License" src="https://img.shields.io/npm/l/inthash.svg?style=flat-square" />
77
<img alt="Language Typescript" src="https://img.shields.io/badge/language-Typescript-007acc.svg?style=flat-square" />
88
<br />
9-
<a href="https://deno.land/x/inthash"><img alt="deno.land/x/inthash" src="https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/denostack/inthash/tags&query=$[0].name&display_name=tag&label=deno.land/x/inthash@&style=flat-square&logo=deno&labelColor=000&color=777" /></a>
10-
<a href="https://www.npmjs.com/package/inthash"><img alt="Version" src="https://img.shields.io/npm/v/inthash.svg?style=flat-square&logo=npm" /></a>
9+
<a href="https://jsr.io/@denostack/inthash"><img alt="JSR version" src="https://jsr.io/badges/@denostack/inthash?style=flat-square" /></a>
10+
<a href="https://deno.land/x/inthash"><img alt="Deno version" src="https://deno.land/badge/inthash/version?style=flat-square" /></a>
11+
<a href="https://www.npmjs.com/package/inthash"><img alt="NPM Version" src="https://img.shields.io/npm/v/inthash.svg?style=flat-square&logo=npm" /></a>
1112
<a href="https://npmcharts.com/compare/inthash?minimal=true"><img alt="Downloads" src="https://img.shields.io/npm/dt/inthash.svg?style=flat-square" /></a>
1213
</p>
1314

@@ -42,7 +43,10 @@ Run the following command to generate random settings for your hasher:
4243
npx inthash
4344

4445
# Deno:
45-
deno run https://deno.land/x/inthash/cli.ts
46+
deno run jsr:@denostack/inthash/cli
47+
48+
# Bun
49+
bunx inthash
4650

4751
# Output:
4852
# {

0 commit comments

Comments
 (0)