From 5d937aee4349157ef9f4163d15c1f5692f6e9fb3 Mon Sep 17 00:00:00 2001 From: Aakanksha Date: Tue, 15 Oct 2024 16:30:31 +0530 Subject: [PATCH] Fixed bug for Readme file contents links not pointing to the doc sections --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12eec460..0a6ba860 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ --- --- -## 💭 Getting Started +## Getting Started 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. @@ -48,7 +48,7 @@ $ npm i -g openapi-to-postmanv2 ``` -## 📖 Command Line Interface +## Command Line Interface The converter can be used as a CLI tool as well. The following [command line options](#options) are available. @@ -107,7 +107,7 @@ $ openapi2postmanv2 --test ``` -## 🛠 Using the converter as a NodeJS module +## Using the converter as a NodeJS module In order to use the convert in your node application, you need to import the package using `require`. @@ -219,7 +219,7 @@ The validate function is synchronous and returns a status object which conforms - `reason` - Provides a reason for an unsuccessful validation of the specification -## 🧭 Conversion Schema +## Conversion Schema | *postman* | *openapi* | *related options* | | --- | --- | :---: |