Skip to content

Commit 9764f88

Browse files
authored
Fix MDBOOK_BOOK environment variable example
1 parent c640294 commit 9764f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/format/configuration/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ book's title without needing to touch your `book.toml`.
2929
> building the book with something like
3030
>
3131
> ```shell
32-
> $ export MDBOOK_BOOK="{'title': 'My Awesome Book', authors: ['Michael-F-Bryan']}"
32+
> $ export MDBOOK_BOOK='{"title": "My Awesome Book", "authors": ["Michael-F-Bryan"]}'
3333
> $ mdbook build
3434
> ```
3535

0 commit comments

Comments
 (0)