Skip to content

Commit 568c7b5

Browse files
committed
fix: README.md
1 parent 3661974 commit 568c7b5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.vscode/extensions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"recommendations": [
33
"denoland.vscode-deno",
4-
"streetsidesoftware.code-spell-checker"
4+
"streetsidesoftware.code-spell-checker",
5+
"github.vscode-github-actions"
56
]
67
}

README.md

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

@@ -25,7 +26,7 @@ import {
2526
IterableWeakMap,
2627
IterableWeakSet,
2728
WeakValueMap,
28-
} from "https://deno.land/x/weakref/mod.ts";
29+
} from "@denostack/weakref";
2930

3031
const set = new IterableWeakSet();
3132
const map = new IterableWeakMap();

0 commit comments

Comments
 (0)