Merge pull request #1968 from ehuss/ehuss-patch-1

Fix MDBOOK_BOOK environment variable example
This commit is contained in:
Eric Huss 2022-12-28 19:47:20 -08:00 committed by GitHub
commit 41a6f0d43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ book's title without needing to touch your `book.toml`.
> building the book with something like
>
> ```shell
> $ export MDBOOK_BOOK="{'title': 'My Awesome Book', authors: ['Michael-F-Bryan']}"
> $ export MDBOOK_BOOK='{"title": "My Awesome Book", "authors": ["Michael-F-Bryan"]}'
> $ mdbook build
> ```