Skip to content

Commit

Permalink
fix: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wan2land committed Jun 23, 2024
1 parent 3661974 commit 568c7b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"denoland.vscode-deno",
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"github.vscode-github-actions"
]
}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<img alt="License" src="https://img.shields.io/npm/l/weakref.svg?style=flat-square" />
<img alt="Language Typescript" src="https://img.shields.io/badge/language-Typescript-007acc.svg?style=flat-square" />
<br />
<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>
<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>
<a href="https://jsr.io/@denostack/weakref"><img alt="JSR version" src="https://jsr.io/badges/@denostack/weakref?style=flat-square" /></a>
<a href="https://deno.land/x/weakref"><img alt="Deno version" src="https://deno.land/badge/weakref/version?style=flat-square" /></a>
<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>
<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>
</p>

Expand All @@ -25,7 +26,7 @@ import {
IterableWeakMap,
IterableWeakSet,
WeakValueMap,
} from "https://deno.land/x/weakref/mod.ts";
} from "@denostack/weakref";

const set = new IterableWeakSet();
const map = new IterableWeakMap();
Expand Down

0 comments on commit 568c7b5

Please sign in to comment.