From acc8f542992214297bcfb7d1fd6e8ddabbb82cac Mon Sep 17 00:00:00 2001 From: ximon18 <3304436+ximon18@users.noreply.github.com> Date: Mon, 3 Aug 2020 09:35:05 +0200 Subject: [PATCH] Update README.md The `mdbook build` default output directory is `book`, not `docs`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24d3e7fb5..23d24218c 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ And then generate the book: mdbook build ``` -The generated HTML will be in the `docs` folder. +The generated HTML will be in the `book` folder.