From d31d712a38860cd1e372e414a3cfb9448437671b Mon Sep 17 00:00:00 2001 From: Rob Donnelly Date: Thu, 2 May 2019 12:47:39 -0700 Subject: [PATCH] Fix table of contents (#133) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03fee0a..22d2b17 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ This crate consists of five modules that are provided behind [feature flags](htt - [Useful links](#useful-links) - [Features](#features) - [Examples](#examples) - - [Crossterm Wrapper](#crossterm-type--see-more) - - [Styling](#crossterm-type--see-more) - - [Cursor](#cursor--see-more) - - [Input](#input--see-more) - - [Terminal](#terminal--see-more) + - [Crossterm Type](#crossterm-type) + - [Styled Font](#styled-font) + - [Cursor](#cursor) + - [Terminal](#terminal) + - [Input Reading](#input-reading) - [Tested Terminals](#tested-terminals) - [Notice](#notice) - [Todo](#todo)