Fix missing spaces in example book
This commit is contained in:
parent
5dfe477cd1
commit
2b905aa5aa
|
@ -1,12 +1,10 @@
|
||||||
# mdBook
|
# mdBook
|
||||||
|
|
||||||
**mdBook** is a command line tool and Rust library to create books using Markdown.
|
**mdBook** is a command line tool and Rust library to create books using Markdown. It's very similar to Gitbook but written in [Rust](http://www.rust-lang.org).
|
||||||
It's very similar to Gitbook but written in [Rust](http://www.rust-lang.org).
|
|
||||||
|
|
||||||
This book serves as an example of the output of mdBook and as the docs at the same time.
|
This book serves as an example of the output of mdBook and as the docs at the same time.
|
||||||
|
|
||||||
mdBook is free and open source, you can find the source code on [Github](https://github.com/azerupi/mdBook).
|
mdBook is free and open source, you can find the source code on [Github](https://github.com/azerupi/mdBook). Issues and feature requests can be posted on the [Github Issue tracker](https://github.com/azerupi/mdBook/issues).
|
||||||
Issues and feature requests can be posted on the [Github Issue tracker](https://github.com/azerupi/mdBook/issues).
|
|
||||||
|
|
||||||
## API docs
|
## API docs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue