Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 8d798f9

Browse files
committed
Merge branch 'master' of https://github.com/SlackKit/SKWebAPI
2 parents 0c5b318 + a43110f commit 8d798f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import SKWebAPI
6666
Initialize an instance of `SKWebAPI` with a Slack auth token and make your requests:
6767

6868
```swift
69-
let webAPI = SKWebAPI(token: xoxp-SLACK_AUTH_TOKEN)
69+
let webAPI = WebAPI(token: xoxp-SLACK_AUTH_TOKEN)
7070
webAPI.authenticationTest(success: { (success) in
7171
print(success)
7272
}, failure: nil)

0 commit comments

Comments
 (0)