From 73acbe7f291ac12434bd831b8984d76d01b15d55 Mon Sep 17 00:00:00 2001 From: Alaa Date: Sat, 5 Oct 2024 15:57:06 +0100 Subject: [PATCH] Fixed typo in README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fba3d58..93d5531 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ -## Coding concepts +## Coding Concepts A blog website designed to provide ideas and resources for those who ar just getting started on their coding journey! -## install +## Install + +You need Node to build this site. In the root, run: -You need Node to build this site. In the root run: ``` npm install ``` -## build +## Build + ``` npm run build ```