diff --git a/guide/config.md b/guide/config.md index 63d59169..8f97e52f 100644 --- a/guide/config.md +++ b/guide/config.md @@ -13,7 +13,7 @@ For Vapor applications, configuration files are expected to be nested under a to ```bash ./ ├── Config/ -│ ├── server.json +│ ├── servers.json ``` And an example of how this might look: