From 3954152692eb5c29e442eb6b429f50cfec9845d5 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 26 Jan 2018 17:56:07 +0000 Subject: [PATCH] docs: Fix README TOC formatting Fixed incorrect indentation for the README's table of contents. Also, sorted alphabetically. Fixes #3. Signed-off-by: James O. D. Hunt --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 49adc96e82..24b015d060 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,22 @@ * [Raising issues](#raising-issues) * [Kata Containers repositories](#kata-containers-repositories) -* [Community](#community) -* [Code Repositories](#code-repositories) - * [Kata Containers-developed components](#kata-containers-developed-components) - * [Agent](#agent) - * [KSM throttler](#ksm-throttler) - * [Proxy](#proxy) - * [Runtime](#runtime) - * [Shim](#shim) - * [Additional](#additional) - * [Hypervisor](#hypervisor) - * [Kernel](#kernel) -* [Utilities](#utilities) - * [O/S builder](#o/s-builder) -* [Test code](#test-code) -* [Documentation](#documentation) -* [Web content](#web-content) + * [Code Repositories](#code-repositories) + * [Kata Containers-developed components](#kata-containers-developed-components) + * [Agent](#agent) + * [KSM throttler](#ksm-throttler) + * [Proxy](#proxy) + * [Runtime](#runtime) + * [Shim](#shim) + * [Additional](#additional) + * [Hypervisor](#hypervisor) + * [Kernel](#kernel) + * [Community](#community) + * [Documentation](#documentation) + * [Test code](#test-code) + * [Utilities](#utilities) + * [O/S builder](#o/s-builder) + * [Web content](#web-content) ---