From 17b64f4fdaf7ee77a4f82acb8f628f1a843f2da1 Mon Sep 17 00:00:00 2001 From: Khor Biel Date: Sun, 7 Sep 2025 18:25:41 +0100 Subject: [PATCH] Fixed typo in README.md file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fba3d58..8b26f9c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -## Coding concepts +## Coding Concepts -A blog website designed to provide ideas and resources for those who ar just getting started on their coding journey! +A blog website designed to provide ideas and resources for those who are just getting started on their coding journey! -## install +## Install You need Node to build this site. In the root run: ``` npm install ``` -## build +## Build ``` npm run build ```