Skip to content

Commit b00c24a

Browse files
committed
jsr -> JSR
1 parent 9647ebd commit b00c24a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ ${
3636
Commands:
3737
${
3838
prettyPrintRow([
39-
["i, install, add", "Install one or more jsr packages."],
40-
["r, uninstall, remove", "Remove one or more jsr packages."],
39+
["i, install, add", "Install one or more JSR packages."],
40+
["r, uninstall, remove", "Remove one or more JSR packages."],
4141
["publish", "Publish a package to the JSR registry."],
4242
])
4343
}

0 commit comments

Comments
 (0)