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