From 2e6db27e5ae7b1c4a98c1168e889c20cb05962da Mon Sep 17 00:00:00 2001 From: Joey Iny Date: Sat, 7 Mar 2026 01:23:23 -0500 Subject: [PATCH] readme: `pnpm` -> `bun` docs say to use `pnpm` to install/run but `bun` is the package manager --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69acc7d..29c6a19 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ An interactive Next.js app that visualizes how Effect operations execute over ti ## Local Development ```bash -pnpm install -pnpm dev +bun install +bun run dev ``` ## License