From 338ac9d8a5244e2a434d8f177350cbb9d1d72ae5 Mon Sep 17 00:00:00 2001 From: datalore Date: Fri, 3 Nov 2023 19:17:01 +0100 Subject: [PATCH] Rectified bash part in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9816410..f98044d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This is a Buzzword Bingo generator for IT buzzwords, based on [Next.js](https:// To build and run, execute: ```bash -npm i -npm run build -node start +$ npm i +$ npm run build +$ npm run start ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.