Merge pull request #105 from anohren/patch-1

Update file tree to reflect actual folder created
This commit is contained in:
Casper Rasmussen 2017-01-13 19:55:10 +01:00 committed by GitHub
commit cf05a68d01
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ vapor new Hello
Vapor's folder structure will probably look familiar to you if you have worked with other web frameworks.
```
.
Hello
├── Sources
│ └── App
│ └── Controllers
@ -35,7 +35,7 @@ Vapor's folder structure will probably look familiar to you if you have worked w
For our Hello, World project, we will be focusing on the `main.swift` file.
```
.
Hello
└── Sources
└── App
└── main.swift