From c2f21bd49fad0ca7d27c32f06a3b3e8716a83b0b Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 13 May 2026 13:53:21 +0300 Subject: [PATCH] Update README.md --- bskyembed/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bskyembed/README.md b/bskyembed/README.md index fe81026f11..d67e587947 100644 --- a/bskyembed/README.md +++ b/bskyembed/README.md @@ -4,13 +4,13 @@ Install dependencies: ```bash cd bskyembed -yarn +pnpm ``` Run the dev server: ```bash -yarn dev +pnpm dev ``` You can see the embed homepage at http://localhost:5173 @@ -20,7 +20,7 @@ You can see the embed homepage at http://localhost:5173 In another terminal window, run the snippet dev script: ```bash -yarn dev-snippet +pnpm dev-snippet ``` You can then see the testbed page at http://localhost:5173/test