Skip to content

Commit

Permalink
backquote port
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrotenberg committed May 8, 2021
1 parent f4b4a33 commit c922b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/cli/serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ root instead of the current working directory.
mdbook serve path/to/book
```

#### Server options
### Server options

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:

```bash
mdbook serve path/to/book -p 8000 -n 127.0.0.1
Expand Down

0 comments on commit c922b8a

Please sign in to comment.