Add an `import` to the readme instructions.

This clarifies that the import is necessary for using the library.
This commit is contained in:
Marco Burstein 2018-08-25 09:33:49 -07:00
parent 004312c504
commit 02b1aa4b5e
No known key found for this signature in database
GPG Key ID: 65DC66027462FD6D
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ pod install
### Set-up
```swift
import SwiftZulipAPI
// Set up a Zulip configuration.
let config = Config(
emailAddress: "email@example.com",