diff --git a/Cargo.toml b/Cargo.toml index 73f72a8d..28880be1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ build = "build.rs" include = ["data"] exclude = [ "book-example/*", - "data/_html-template/_stylus", + "data/assets/_html-template/_stylus", ] diff --git a/README.md b/README.md index 0fd2b41b..6ee7e65d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ There are multiple ways to install mdBook. cargo build ``` - the resulting binary can be found in `mdBook/target/debug/` under the name `mdBook` or `mdBook.exe` + The resulting binary can be found in `mdBook/target/debug/` under the name `mdBook` or `mdBook.exe`.