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

Fix possessive typos in README #27

Merged
merged 1 commit into from
Jul 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ Swift-taylored experience to integrate your app with Facebook. Including:
- `Bolts.framework`
- To use Login with Facebook:
- `FacebookLogin.framework`
- `FacebookCore.framework` (and it's dependencies)
- `FacebookCore.framework` (and its dependencies)
- To use Share and Send Dialogs
- `FacebookShare.framework`
- `FacebookCore.framework` (and it's dependencies)
- `FacebookCore.framework` (and its dependencies)
- On your application targets' `Build Phases` tab:
- Click `+` icon and choose `New Run Script Phase`.
- Create a script with a shell of your choice (e.g. `/bin/sh`).
Expand Down