From 266bfcb8bfcb56a3c2f89634937577528fa80101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Camur=C3=A7a=20Alves?= Date: Mon, 16 Nov 2015 16:45:33 -0300 Subject: [PATCH] Update README.md There is an extra space in the command line example that enable debug mode. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d720e1f60..28507bc50 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Plugins needed to build a book can be installed using: `gitbook install ./`. You You can use the options `--log=debug` and `--debug` to get better error messages (with stack trace). For example: ``` -$ gitbook build ./ -- log=debug --debug +$ gitbook build ./ --log=debug --debug ``` #### How to use the latest commit from GitBook in gitbook-cli