Skip to content

Commit 78b9c88

Browse files
authored
docs: add badges on readme
1 parent bf455bf commit 78b9c88

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<img src="https://github.com/syi0808/pubm/blob/main/docs/logo.svg" height="150">
33
</p>
44

5+
<p align="center">
6+
<a href="https://www.npmjs.com/package/pubm">
7+
<img src="https://img.shields.io/npm/v/pubm" alt="npm version" />
8+
</a>
9+
<a href="https://jsr.io/@pubm/pubm">
10+
<img src="https://jsr.io/badges/@pubm/pubm/score" alt="jsr version" />
11+
</a>
12+
</p>
13+
514
<h1 align="center">
615
pubm
716
</h1>
@@ -160,4 +169,4 @@ The only way to access jsr’s certified environment is through a direct API req
160169

161170
The jsr token is encrypted and stored using various layers of information. As long as you have control over the local machine where pubm was run, it is highly unlikely the token can be compromised.
162171

163-
If you prefer not to save tokens, you can use the `--no-save-token` option, which will request the token each time.
172+
If you prefer not to save tokens, you can use the `--no-save-token` option, which will request the token each time.

0 commit comments

Comments
 (0)