Skip to content

Commit d092f0f

Browse files
authored
Merge pull request #837 from Yashkrit-Singh/831-pointing-links
Fix Table of Contents links and validate preview
2 parents f0a23b1 + 758ebfa commit d092f0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
---
3434
---
3535

36-
## 💭 Getting Started
36+
<h2 id="getting-started">💭 Getting Started</h2>
3737

3838
To use the converter as a Node module, you need to have a copy of the NodeJS runtime. The easiest way to do this is through npm. If you have NodeJS installed you have npm installed as well.
3939

@@ -48,7 +48,7 @@ $ npm i -g openapi-to-postmanv2
4848
```
4949

5050

51-
## 📖 Command Line Interface
51+
<h2 id="command-line-interface">📖 Command Line Interface</h2>
5252

5353
The converter can be used as a CLI tool as well. The following [command line options](#options) are available.
5454

@@ -107,7 +107,7 @@ $ openapi2postmanv2 --test
107107
```
108108

109109

110-
## 🛠 Using the converter as a NodeJS module
110+
<h2 id="using-the-converter-as-a-nodejs-module">🛠 Using the converter as a NodeJS module</h2>
111111

112112
In order to use the convert in your node application, you need to import the package using `require`.
113113

@@ -219,7 +219,7 @@ The validate function is synchronous and returns a status object which conforms
219219

220220
- `reason` - Provides a reason for an unsuccessful validation of the specification
221221

222-
## 🧭 Conversion Schema
222+
<h2 id="conversion-schema">🧭 Conversion Schema</h2>
223223

224224
| *postman* | *openapi* | *related options* |
225225
| --- | --- | :---: |

0 commit comments

Comments
 (0)