Skip to content

Commit

Permalink
Apply correct heading, fix TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
Wielmany committed Mar 17, 2023
1 parent 7a367fb commit 7f29c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 7f29c65

Please sign in to comment.