diff --git a/src/config.rs b/src/config.rs index 1e9c0a12..91f49681 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 /// > ``` ///