From 47527fdf65057a4ec727a494b0c2689b7c5ceb91 Mon Sep 17 00:00:00 2001 From: cozis Date: Sun, 8 May 2022 01:34:19 +0200 Subject: [PATCH] fixed markdown syntax error --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 220ee32..336dd78 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Basically you give `c2html` some C code as input and it classifies all the keywo # Index 1. [Install](#install) - 1. [Supported platforms](#supported-platforms) - 1. [Install the library](#install-the-library) - 1. [Install the command-line interface](#install-the-command-line-interface) + 1. [Supported platforms](#supported-platforms) + 1. [Install the library](#install-the-library) + 1. [Install the command-line interface](#install-the-command-line-interface) 1. [Usage](#usage) - 1. [Using the command-line interface](#using-the-command-line-interface) - 1. [--style](#--style) - 1. [--prefix](#--prefix) - 1. [Using the library](#using-the-library) + 1. [Using the command-line interface](#using-the-command-line-interface) + 1. [--style](#--style) + 1. [--prefix](#--prefix) + 1. [Using the library](#using-the-library) 1. [License](#license) # Install