Skip to content

Commit

Permalink
Merge pull request mxcl#2 from jai/master
Browse files Browse the repository at this point in the history
Fixed typo in README.md.
  • Loading branch information
yosuke-matsuda committed Jun 18, 2014
2 parents b34a35a + d5791ab commit a857a17
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 @@ -44,7 +44,7 @@ It is easy to use the AWS SDK for iOS with Swift. Please see five simple steps b

#import "DynamoDB.h"

1. Point **SWIFT_OBJC_BRIDGING_HEDER** to the bridging header by going to **Your Target** => **Build Settings** => **SWIFT_OBJC_BRIDGING_HEADER**.
1. Point **SWIFT_OBJC_BRIDGING_HEADER** to the bridging header by going to **Your Target** => **Build Settings** => **SWIFT_OBJC_BRIDGING_HEADER**.

1. Create a default service configuration by adding the following code snippet in the `@optional func application(_ application: UIApplication!, didFinishLaunchingWithOptions launchOptions: NSDictionary!) -> Bool` application delegate method.

Expand Down

0 comments on commit a857a17

Please sign in to comment.