diff --git a/2.0/docs/vapor/droplet.md b/2.0/docs/vapor/droplet.md index 2132653b..2bf20f84 100644 --- a/2.0/docs/vapor/droplet.md +++ b/2.0/docs/vapor/droplet.md @@ -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.