We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c640294 commit 9764f88Copy full SHA for 9764f88
guide/src/format/configuration/environment-variables.md
@@ -29,7 +29,7 @@ book's title without needing to touch your `book.toml`.
29
> building the book with something like
30
>
31
> ```shell
32
-> $ export MDBOOK_BOOK="{'title': 'My Awesome Book', authors: ['Michael-F-Bryan']}"
+> $ export MDBOOK_BOOK='{"title": "My Awesome Book", "authors": ["Michael-F-Bryan"]}'
33
> $ mdbook build
34
> ```
35
0 commit comments