summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2b938bb..407a7f5 100644
--- a/README.md
+++ b/README.md
@@ -32,13 +32,13 @@ $ gitbook init
You can serve a repository as a book using:
```
-$ gitbook serve ./repository
+$ gitbook serve
```
Or simply build the static website using:
```
-$ gitbook build ./repository ./outputFolder
+$ gitbook build
```
## Features