You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
---
34
34
---
35
35
36
-
## 💭 Getting Started
36
+
<h2id="getting-started">💭 Getting Started</h2>
37
37
38
38
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.
39
39
@@ -48,7 +48,7 @@ $ npm i -g openapi-to-postmanv2
48
48
```
49
49
50
50
51
-
## 📖 Command Line Interface
51
+
<h2id="command-line-interface">📖 Command Line Interface</h2>
52
52
53
53
The converter can be used as a CLI tool as well. The following [command line options](#options) are available.
54
54
@@ -107,7 +107,7 @@ $ openapi2postmanv2 --test
107
107
```
108
108
109
109
110
-
## 🛠 Using the converter as a NodeJS module
110
+
<h2id="using-the-converter-as-a-nodejs-module">🛠 Using the converter as a NodeJS module</h2>
111
111
112
112
In order to use the convert in your node application, you need to import the package using `require`.
113
113
@@ -219,7 +219,7 @@ The validate function is synchronous and returns a status object which conforms
219
219
220
220
-`reason` - Provides a reason for an unsuccessful validation of the specification
0 commit comments