From 8e1195322acfc3a238e032ccc0cce2c655855a45 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 1 Apr 2022 13:13:58 +0100 Subject: [PATCH] Fix typo 'mbdook' to 'mdbook' --- guide/src/guide/creating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/guide/creating.md b/guide/src/guide/creating.md index 6e0df0a8..f68a8c60 100644 --- a/guide/src/guide/creating.md +++ b/guide/src/guide/creating.md @@ -97,7 +97,7 @@ So if you have images or other static files, just include them somewhere in the Once you've written your book, you may want to host it somewhere for others to view. The first step is to build the output of the book. -This can be done with the `mbdook build` command in the same directory where the `book.toml` file is located: +This can be done with the `mdbook build` command in the same directory where the `book.toml` file is located: ```sh mdbook build @@ -106,4 +106,4 @@ mdbook build This will generate a directory named `book` which contains the HTML content of your book. You can then place this directory on any web server to host it. -For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.md) for more. +For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.md) for more. \ No newline at end of file