Update README.md

This commit is contained in:
Samuel Newman
2026-05-13 13:53:21 +03:00
parent de99bc2cc5
commit c2f21bd49f
+3 -3
View File
@@ -4,13 +4,13 @@ Install dependencies:
```bash ```bash
cd bskyembed cd bskyembed
yarn pnpm
``` ```
Run the dev server: Run the dev server:
```bash ```bash
yarn dev pnpm dev
``` ```
You can see the embed homepage at http://localhost:5173 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: In another terminal window, run the snippet dev script:
```bash ```bash
yarn dev-snippet pnpm dev-snippet
``` ```
You can then see the testbed page at http://localhost:5173/test You can then see the testbed page at http://localhost:5173/test