Skip to content

Commit ac2a749

Browse files
authored
Merge pull request #17 from seanjameshan/docs/npm-next-badge-in-readme
docs: add npm next badge
2 parents 41cbe9b + 0b2b8d6 commit ac2a749

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
<img src="https://img.shields.io/github/workflow/status/seanjameshan/starknet.js/Release">
1313
</a>
1414
<a href="https://www.npmjs.com/package/starknet">
15-
<img src='https://img.shields.io/github/package-json/v/seanjameshan/starknet.js?label=npm' />
15+
<img src='https://img.shields.io/npm/v/starknet' />
16+
</a>
17+
<a href="https://www.npmjs.com/package/starknet">
18+
<img src='https://img.shields.io/npm/v/starknet/next' />
1619
</a>
1720
<a href="https://bundlephobia.com/package/starknet">
1821
<img src='https://img.shields.io/bundlephobia/minzip/starknet?color=success&label=size' />

0 commit comments

Comments
 (0)