Merge pull request #137 from vapor/BrettRToomey-patch-1

Added try to example
This commit is contained in:
Tanner 2017-04-03 12:44:00 +02:00 committed by GitHub
commit 5cbd063143
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ let drop = try Droplet()
// your magic here
drop.run()
try drop.run()
```
Creation of the `Droplet` normally happens in the `main.swift` file.