Merge pull request #34 from VikinArtisan/patch-3

update call view command
This commit is contained in:
Tanner 2016-09-19 13:27:52 -04:00 committed by GitHub
commit 48bafebbe3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ The `Views` folder in `Resources` is where Vapor will look when you render views
The following code would load the `user.html` file.
```swift
drop.view("user.html")
drop.view.make("user.html")
```
## Config