diff --git a/src/config.rs b/src/config.rs index 71c0b8f2..55cd3b55 100644 --- a/src/config.rs +++ b/src/config.rs @@ -124,7 +124,7 @@ impl Config { /// > when building the book with something like /// > /// > ```text - /// > $ export MDBOOK_BOOK="{'title': 'My Awesome Book', authors: ['Michael-F-Bryan']}" + /// > $ export MDBOOK_BOOK="{'title': 'My Awesome Book', 'authors': ['Michael-F-Bryan']}" /// > $ mdbook build /// > ``` ///