Fix table of contents (#133)

This commit is contained in:
Rob Donnelly 2019-05-02 12:47:39 -07:00 committed by Timon
parent e436e2eb39
commit d31d712a38

View File

@ -39,11 +39,11 @@ This crate consists of five modules that are provided behind [feature flags](htt
- [Useful links](#useful-links) - [Useful links](#useful-links)
- [Features](#features) - [Features](#features)
- [Examples](#examples) - [Examples](#examples)
- [Crossterm Wrapper](#crossterm-type--see-more) - [Crossterm Type](#crossterm-type)
- [Styling](#crossterm-type--see-more) - [Styled Font](#styled-font)
- [Cursor](#cursor--see-more) - [Cursor](#cursor)
- [Input](#input--see-more) - [Terminal](#terminal)
- [Terminal](#terminal--see-more) - [Input Reading](#input-reading)
- [Tested Terminals](#tested-terminals) - [Tested Terminals](#tested-terminals)
- [Notice](#notice) - [Notice](#notice)
- [Todo](#todo) - [Todo](#todo)