From 05e4ba2797dc286baebfe9ecda4738410fd70f26 Mon Sep 17 00:00:00 2001
From: Bill Mote <bmote@salesforce.com>
Date: Wed, 24 Aug 2022 15:36:46 -0400
Subject: [PATCH] @W-9992256 - Public PR doc requested change (#24)

* @W-9992256 - Remove unit tests from example application.

* @W-9992256 - Public PR requested changes to doc.
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 654cee9..0317d08 100755
--- a/README.md
+++ b/README.md
@@ -90,6 +90,10 @@ pod install
 #### 2. Configure the SDK in your AppDelegate.m class
 
 ```objc
+// Add this import at the top (before #if RCT_NEW_ARCH_ENABLED)
+#import <MarketingCloudSDK/MarketingCloudSDK.h>
+// Other imports ...
+
 - (BOOL)application:(UIApplication *)application
     didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {