Skip to content

Commit 41a6f0d

Browse files
authored
Merge pull request #1968 from ehuss/ehuss-patch-1
Fix MDBOOK_BOOK environment variable example
2 parents c640294 + 9764f88 commit 41a6f0d

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)