From 663b260e9bae64fe21dba3360fe8a7d8a72d79be Mon Sep 17 00:00:00 2001 From: souvik Date: Fri, 18 Feb 2022 19:11:28 +0530 Subject: [PATCH] docs: fix missing toc (#230) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b49d5d2573..9419fc15e25 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ +- [Requirements](#requirements) + * [Installation](#installation) +- [Usage](#usage) +- [Contributing](#contributing) + * [Set up development environment](#set-up-development-environment) + * [Command Structure and Patterns](#command-structure-and-patterns) +- [Contributors](#contributors) + ## Requirements @@ -69,8 +77,9 @@ USAGE COMMANDS config access configs - help display help for asyncapi + diff find diff between two asyncapi files new creates a new asyncapi file + start starts a new local instance of Studio validate validate asyncapi file ```