Skip to content

Commit

Permalink
perf: add bun to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-jerry committed Feb 13, 2024
1 parent 1f18df5 commit 6a19c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ yarn global add onrm
ls List all the registries
config Output config file path, and content
use <name> [type] Change registry to registry, type is one of [yarn, npm]
use <name> [type] Change registry to registry, type is one of [yarn, npm, bun]
add <name> <registry> [home] Add one custom registry
rm <name> Delete one custom registry
rename <old name> <new name> Rename exist registry
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function printUsage() {
ls List all the registries
config Output config file path, and content
use <name> [type] Change registry to registry, type is one of [yarn, npm]
use <name> [type] Change registry to registry, type is one of [yarn, npm, bun]
add <name> <registry> [home] Add one custom registry
rm <name> Delete one custom registry
rename <old name> <new name> Rename exist registry
Expand Down

0 comments on commit 6a19c59

Please sign in to comment.