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 ```