Skip to content

Commit c922b8a

Browse files
committed
backquote port
1 parent f4b4a33 commit c922b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/cli/serve.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ root instead of the current working directory.
2323
mdbook serve path/to/book
2424
```
2525

26-
#### Server options
26+
### Server options
2727

28-
The `serve` hostname defaults to `localhost`, and the port defaults to 3000. Either option can be specified on the command line:
28+
The `serve` hostname defaults to `localhost`, and the port defaults to `3000`. Either option can be specified on the command line:
2929

3030
```bash
3131
mdbook serve path/to/book -p 8000 -n 127.0.0.1

0 commit comments

Comments
 (0)