From 7f29c65e18f34b283074d4742e4d198dcbfe717d Mon Sep 17 00:00:00 2001 From: Didar Tursunov <89772209+Wielmany@users.noreply.github.com> Date: Sat, 18 Mar 2023 01:42:38 +0600 Subject: [PATCH] Apply correct heading, fix TOC --- DEVELOPER_GUIDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 9b33d1794..76dc090d8 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -3,10 +3,10 @@ - [Git Clone OpenSearch Node.js Client Repository](#git-clone-opensearch-nodejs-client-repository) - [Install Prerequisites](#install-prerequisites) - [Node.js](#nodejs) - - [Docker](#docker) - [Yarn](#yarn) + - [Docker](#docker) - [Installing Dependencies](#installing-dependencies) - - [Using ESLint](#using-ESLint) + - [Using ESLint](#using-eslint) - [Unit Testing](#unit-testing) - [Integration Testing](#integration-testing) - [Execute integration tests from your terminal](#execute-integration-tests-from-your-terminal) @@ -48,7 +48,7 @@ To install all the dependencies needed for this project, run yarn install ``` -## Using ESLint +### Using ESLint To do a ESLint check on the project, run: