Merge pull request #32 from zyxep/master

Typo for a file in the example
This commit is contained in:
Tanner 2016-09-19 13:26:27 -04:00 committed by GitHub
commit f20eb8fe45
1 changed files with 1 additions and 1 deletions

View File

@ -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: