Update droplet.md

This commit is contained in:
Tanner 2017-05-18 14:57:35 +01:00 committed by GitHub
parent b947bd84cc
commit c7b2f43c30
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ If you want to modify a property of the `Droplet` only in certain cases, you can
```swift
let config = try Config()
config.addConfigurable(log: MyEmailLogger.self, name: "email")
config.addConfigurable(log: MyEmailLogger.init, name: "email")
let drop = Droplet(config)