1
0
mirror of https://github.com/nlohmann/json synced 2024-11-09 14:10:07 +00:00

Correct a typo in serve_header/README.md (#4143)

This commit is contained in:
Felix Yan 2023-09-11 03:49:38 +08:00 committed by GitHub
parent 836b7beca4
commit da92c0e3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ An annotated example configuration can be found in `tools/serve_header/serve_hea
`serve_header.py` was designed with the goal of supporting multiple project roots or working trees at the same time.
The recommended directory structure is shown below but `serve_header.py` can work with other structures as well, including a nested hierarchy.
```
json/ ⮜ the parent or web server root directoy
json/ ⮜ the parent or web server root directory
├── develop/ ⮜ the main git checkout
│ └── ...
├── feature1/