Skip to content

Commit

Permalink
Fix README typo in SMTP example
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Griffin committed Feb 17, 2017
1 parent 7d193c8 commit 85022d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -104,7 +104,7 @@ not loaded from config, and must be set in code.
import Mail
import SMTPClient

let drop = try makeDroplet(config: config)
let drop = Droplet()
SMTPClient<TCPClientStream>.setSecurityLayer(.tls(nil))
try drop.addProvider(Mail.Provider<SMTPClient<TCPClientStream>>.self)
```
Expand Down

0 comments on commit 85022d0

Please sign in to comment.