From cdbecf269fd8b57fc677b37488576072c5411bde Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 18 Mar 2021 15:33:31 -0700 Subject: fix: mdbook chapter heading --- src/introduction/book.md | 4 ---- src/introduction/mdbook.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 src/introduction/book.md create mode 100644 src/introduction/mdbook.md (limited to 'src/introduction') diff --git a/src/introduction/book.md b/src/introduction/book.md deleted file mode 100644 index ded757f..0000000 --- a/src/introduction/book.md +++ /dev/null @@ -1,4 +0,0 @@ -# book -This book was writtin using [mdBook](https://github.com/rust-lang/mdBook). - -For more information about how mdBook works, head over to the aforelinked GitHub repository. diff --git a/src/introduction/mdbook.md b/src/introduction/mdbook.md new file mode 100644 index 0000000..2975408 --- /dev/null +++ b/src/introduction/mdbook.md @@ -0,0 +1,4 @@ +# mdBook +This book was writtin using [mdBook](https://github.com/rust-lang/mdBook). + +For more information about how mdBook works, head over to the aforelinked GitHub repository. -- cgit v1.2.3