Skip to content

Commit

Permalink
Merge pull request #274 from jumperson/fix-readme
Browse files Browse the repository at this point in the history
Remove to link Result.framework from README.md
  • Loading branch information
ikesyo authored Nov 18, 2019
2 parents 577f9b5 + 18ceb6a commit e99b58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you use Swift 4.2 or before, try [APIKit 4.1.0](https://github.com/ishkawa/AP

- Insert `github "ishkawa/APIKit" ~> 5.0` to your Cartfile.
- Run `carthage update`.
- Link your app with `APIKit.framework` and `Result.framework` in `Carthage/Build`.
- Link your app with `APIKit.framework` in `Carthage/Build`.

#### [CocoaPods](https://github.com/cocoapods/cocoapods)

Expand Down

0 comments on commit e99b58b

Please sign in to comment.