diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-09 10:58:11 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-09 10:58:11 +0100 |
commit | dc826da99b8de4de5fd65d4b2048bfbc89e2117b (patch) | |
tree | c197cf73a687a47adf15bb548e49ab084e190e8e | |
parent | 3ea659d582f129e843deedae7a99a60b8ec4be41 (diff) | |
download | gitbook-dc826da99b8de4de5fd65d4b2048bfbc89e2117b.zip gitbook-dc826da99b8de4de5fd65d4b2048bfbc89e2117b.tar.gz gitbook-dc826da99b8de4de5fd65d4b2048bfbc89e2117b.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ $ gitbook build ./repository ./outputFolder * [Cover](http://help.gitbook.com/format/cover.html) * [AsciiDoc Support](http://help.gitbook.com/format/asciidoc.html) * [Variables and Templating](http://help.gitbook.com/format/templating.html) -* [Content References]http://help.gitbook.com/format/conrefs.html) +* [Content References](http://help.gitbook.com/format/conrefs.html) * [Plugins](http://help.gitbook.com/plugins/index.html) * Interractive reader website: * Search @@ -214,7 +214,7 @@ You can use the options `--log=debug` and `--debug` to get better error messages $ gitbook build ./ -- log=debug --debug ``` -## How to use the latest commit from GitBook in gitbook-cli +#### How to use the latest commit from GitBook in gitbook-cli To use the latest commit from `GitBook/gitbook` with `gitbook-cli`: |