Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit c23ed73

Browse files
committed
update installation using npm by default
1 parent 9e3d61d commit c23ed73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Install and import the package using npm, deno, or yarn:
3131

3232
### Use with npm:
3333

34-
`npx jsr add @pulsebeam/server`
34+
`npm i @pulsebeam/server`
3535

3636
### Using deno:
3737

3838
`deno add jsr:@pulsebeam/server`
3939

4040
### Using yarn:
4141

42-
`yarn dlx jsr add @pulsebeam/server`
42+
`yarn add @pulsebeam/server`
4343

4444
# Import Symbol
4545

0 commit comments

Comments
 (0)