1
Fork 0

Fix typo in binary description

This commit is contained in:
Jan-Erik Rediger 2019-07-10 21:22:50 +02:00
parent a5aa4512ff
commit d175694f35
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# mdbook-toc
A preprocessor for [mdbook][] to add inline Table of Content support.
A preprocessor for [mdbook][] to add inline Table of Contents support.
[mdbook]: https://github.com/rust-lang-nursery/mdBook

View file

@ -13,7 +13,7 @@ use std::process;
pub fn make_app() -> App<'static, 'static> {
App::new("mdbook-toc")
.about("mdbook preprocessor to Table of Contents")
.about("mdbook preprocessor to add Table of Contents")
.subcommand(
SubCommand::with_name("supports")
.arg(Arg::with_name("renderer").required(true))