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

Commit a43110f

Browse files
authored
Update README.md
1 parent 4cc326c commit a43110f

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)