Fix MDBOOK_BOOK environment variable example

This commit is contained in:
Eric Huss 2022-12-28 19:21:38 -08:00 committed by GitHub
parent c640294dbf
commit 9764f8886b
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 > building the book with something like
> >
> ```shell > ```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 > $ mdbook build
> ``` > ```