Fix example of MDBOOK_BOOK
This commit is contained in:
parent
683d2b2240
commit
4c64f23089
|
@ -124,7 +124,7 @@ impl Config {
|
||||||
/// > when building the book with something like
|
/// > when building the book with something like
|
||||||
/// >
|
/// >
|
||||||
/// > ```text
|
/// > ```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
|
/// > $ mdbook build
|
||||||
/// > ```
|
/// > ```
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue