Skip to content

Commit bfe619b

Browse files
authored
docs: Fix pnpm command syntax for remote tunnel (#2266)
1 parent 085ddc8 commit bfe619b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/remote-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can open a [Cloudflare Quick Tunnels](https://developers.cloudflare.com/clou
5252
::: code-group
5353

5454
```bash [pnpm]
55-
pnpm dev -- --remote --tunnel
55+
pnpm dev --remote --tunnel
5656
# i.e. slidev --remote --tunnel
5757
```
5858

0 commit comments

Comments
 (0)