From c41effe2829225e1eaa41199f852e966a3e5c0f7 Mon Sep 17 00:00:00 2001 From: Mekbib Tarekegn Ayalew <41108656+mekbibDev@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:30:54 +0300 Subject: [PATCH] Fix blanks-around-headings lint error --- nodeJS/introduction_to_nodeJS/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nodeJS/introduction_to_nodeJS/getting_started.md b/nodeJS/introduction_to_nodeJS/getting_started.md index 2bf7129d516..b3d30199a1f 100644 --- a/nodeJS/introduction_to_nodeJS/getting_started.md +++ b/nodeJS/introduction_to_nodeJS/getting_started.md @@ -5,6 +5,7 @@ Like we learned in the introduction lesson, Node.js is really just JavaScript. S This lesson will take you through a tutorial that will teach you the basic modules and functions that you need to get up and running with Node.js. The project that comes at the end of this section will ask you to use Node to create a basic website that will include an `Index`, `About` and `Contact Me` page. So while learning the topics in this lesson, be on the lookout for things that might help you complete the project. ### Lesson overview +