Merge branch 'master' of github.com:vapor/documentation

This commit is contained in:
tanner0101 2017-04-03 13:00:47 +02:00
commit 2cc1cbfb23
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.