summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-11-19 12:24:42 +0100
committerSamy Pessé <samypesse@gmail.com>2015-11-19 12:24:42 +0100
commitee402ad44419b6c5d2f7976c82014d8136629892 (patch)
tree7cff4c6fe97e4960dcf9e034c889b01a9d9ea602
parentbd24b03548e381efe213829ef3dfe7ed5ce6f8c5 (diff)
parent266bfcb8bfcb56a3c2f89634937577528fa80101 (diff)
downloadgitbook-ee402ad44419b6c5d2f7976c82014d8136629892.zip
gitbook-ee402ad44419b6c5d2f7976c82014d8136629892.tar.gz
gitbook-ee402ad44419b6c5d2f7976c82014d8136629892.tar.bz2
Merge pull request #1018 from atilacamurca/patch-1
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d720e1f..28507bc 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