From 44b467162a6d4be84e9b170acd7ce9b03ff1f605 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Wed, 29 Jul 2015 18:52:46 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33e7d138..c43b22e3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Personal implementation of Gitbook in Rust -**This is still a work in progress...** +**This is still a work in progress...** +For more information about what is left on my to-do list, check the issue tracker ## Contributions @@ -45,9 +46,7 @@ Use `mdbook build` in the directory to render the book. You can also give a path Aside the command-line tool, this crate can also be used as a library. -------------------------------------------------------- -For more information about what is left on my to-do list, check the issue tracker ## License