From c879553fba94f08892c51fa703471501b147a037 Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 20 Sep 2022 23:17:41 -0500 Subject: [PATCH] Fixed indentation in table of contents --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecac5d17..7b5220a0 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ * [Parent Parsers](#parent-parsers) * [Subparsers](#subparsers) * [Further Examples](#further-examples) - * [Construct a JSON object from a filename argument](#construct-a-json-object-from-a-filename-argument) - * [Positional Arguments with Compound Toggle Arguments](#positional-arguments-with-compound-toggle-arguments) - * [Restricting the set of values for an argument](#restricting-the-set-of-values-for-an-argument) + * [Construct a JSON object from a filename argument](#construct-a-json-object-from-a-filename-argument) + * [Positional Arguments with Compound Toggle Arguments](#positional-arguments-with-compound-toggle-arguments) + * [Restricting the set of values for an argument](#restricting-the-set-of-values-for-an-argument) * [CMake Integration](#cmake-integration) * [Supported Toolchains](#supported-toolchains) * [Contributing](#contributing)