Skip to content

Commit 6425ba0

Browse files
author
Yosuke Matsuda
committed
Fixed the import file in README.md.
1 parent a857a17 commit 6425ba0

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
@@ -72,7 +72,7 @@ It is easy to use the AWS SDK for iOS with Swift. Please see five simple steps b
7272

7373
1. Import AWSCore header in the application delegate.
7474

75-
#import <AWSiOSSDK/AWSCore.h>
75+
#import "AWSCore.h"
7676

7777
1. Create a default service configuration by adding the following code snippet in the `application:didFinishLaunchingWithOptions:` application delegate method.
7878

0 commit comments

Comments
 (0)