From 0a7c7d75c87f3dc0d919f0ee81be49204d672a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eug=C3=A9nio=20Nhampossa?= Date: Sat, 4 Nov 2023 15:19:55 +0200 Subject: [PATCH] ref: removed pnpm and npm; --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5bc7ca2..1d008ba 100755 --- a/README.md +++ b/README.md @@ -5,11 +5,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next First, run the development server: ```bash -npm run dev -# or yarn dev -# or -pnpm dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.