We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b4a33 commit c922b8aCopy full SHA for c922b8a
guide/src/cli/serve.md
@@ -23,9 +23,9 @@ root instead of the current working directory.
23
mdbook serve path/to/book
24
```
25
26
-#### Server options
+### Server options
27
28
-The `serve` hostname defaults to `localhost`, and the port defaults to 3000. Either option can be specified on the command line:
+The `serve` hostname defaults to `localhost`, and the port defaults to `3000`. Either option can be specified on the command line:
29
30
```bash
31
mdbook serve path/to/book -p 8000 -n 127.0.0.1
0 commit comments