[*] Update markdown

This commit is contained in:
Tuyen Pham 2022-08-13 15:16:39 +07:00
parent ee9d44fc60
commit a87175f186
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ create-missing = false
[serve]
hostname = "localhost"
port = "3000"
port = 3000
[preprocessor.index]
@ -120,7 +120,7 @@ This controls the serve process of your book.
```toml
[serve]
hostname = "localhost"
port = "3000"
port = 3000
```
- **hostname:** The hostname to serve the book, by default it will be `localhost`.