From 657ad0a690b2539d3c7460cc5695998e09b8eba0 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 29 Jul 2025 12:29:58 +0000 Subject: [PATCH] Fix build output directory in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfcd0b8c5..e152a28fb 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ mdbook test For authors, consider using the server functionality which supports automatic reload. -To build the Reference locally (in `build/`) and open it in a web +To build the Reference locally (in `book/`) and open it in a web browser, run: ```sh