From 3d72e52b15393c7dd2ce204ed2ebcf5b43682fb8 Mon Sep 17 00:00:00 2001 From: sakv2e10204 Date: Fri, 8 Jul 2022 19:11:30 +0530 Subject: [PATCH] Readme.md file - alignment issue fixed --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fdd2f3e..1ad6ccd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is some example code to show you how to use JSDoc for documenting your JavaScript. +Please use the below steps. + **Step 1** #JSDoc supports stable versions of Node.js 8.15.0 and later. @@ -46,20 +48,19 @@ npm i -D jsdoc "destination": "./docs/", "tutorials": "./readme" } - } + } **Note :** created readme folder and add LICENSE.md and technical_document.md file and tutorials.json. update tutorials.json following code - { - "LICENSE": { - "title": "LICENSE" - }, - - "technical_document": { - "title": "technical_document" - } - } + { + "LICENSE": { + "title": "LICENSE" + }, + "technical_document": { + "title": "technical_document" + } + } **Step 5**