Skip to content

Commit 65fdbe7

Browse files
committed
Simplify examples of commands
1 parent c9af209 commit 65fdbe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ $ gitbook init
3232
You can serve a repository as a book using:
3333

3434
```
35-
$ gitbook serve ./repository
35+
$ gitbook serve
3636
```
3737

3838
Or simply build the static website using:
3939

4040
```
41-
$ gitbook build ./repository ./outputFolder
41+
$ gitbook build
4242
```
4343

4444
## Features

0 commit comments

Comments
 (0)