From 7a983ec2120436c064a41d6c4b081e09d6591787 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 9 Jul 2022 09:50:40 +0200 Subject: [PATCH] chore: update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed4a66e..a9d33da 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ This is a single page web application featuring the classic game, Minesweeper. Built on HTML, JS, and CSS. ## Development -To start development, -0. You need node v16 (the dev server doesn't work on v18 *yet*) +To start development, you need node v16 (the dev server doesn't work on v18 *yet*). Once you know you have this, you can do the following: 1. Install dependencies: `npm i` 2. Start the dev server: `npm run dev`