Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Mar 6, 2018
1 parent 51ef475 commit 7f08cd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ LinkedIn SDK iOS dependency eleminating manual import of `linkedin-sdk.framewor
options: options)
}
```
3. Now can use `LISDKSessionManager` etc classes in your project by importing LinkedInSwift module `import LinkedInSwift`.
3. `import LinkedInSDK`, now can use `LISDKSessionManager` etc. classes in your project.

# Features
`LinkedIn.swift` simplifies **login and fetch user** process out of the box.
`LinkedIn.swift` simplifies **login and fetch user** process out of the box. import `LinkedInSwift` (not `LinkedInSDK`)
```swift
import LinkedInSwift
// ...
LinkedIn.login(permissions: [.basicProfile, .email] { (user: LinkedInUser?, error: Error?) in
print(user?.jsonDict as Any, error as Any)
}
Expand Down

0 comments on commit 7f08cd8

Please sign in to comment.