From 447acf39b1cedc934d753ee487e772678e329e59 Mon Sep 17 00:00:00 2001 From: zyxep Date: Fri, 16 Sep 2016 23:03:04 +0200 Subject: [PATCH] Typo for a file in the example --- guide/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: