From 42e289822381b05bdc8d7530df844578667af1e3 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 24 Apr 2026 13:14:34 -0400 Subject: [PATCH] update readme to mention bun --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c02198b..07327c7 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ A modern, responsive personal website built with Next.js, TypeScript, and Tailwi 2. Install dependencies: ```bash - pnpm install + bun install ``` 3. Start the development server: ```bash - pnpm dev + bun dev ``` 4. Open [http://localhost:3000](http://localhost:3000) in your browser