Skip to content

Commit 46d1036

Browse files
committed
Update README.md
1 parent b820335 commit 46d1036

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Spark-sdk-demo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ To run this sample app, you must register an app on the Spark developers' portal
1010
2. Locate the AppDelegate.m file in the Objective C folder and change the following:<br>
1111
Under - (BOOL)application: didFinishLaunchingWithOptions:
1212

13-
Set appKey to the App Key provided when you registered your app on the Spark developers' portal.<br>
14-
Set appSecret to the App Secret provided when you registered your app on the Spark developers' portal.
13+
* Set appKey to the App Key provided when you registered your app on the Spark developers' portal.<br>
14+
* Set appSecret to the App Secret provided when you registered your app on the Spark developers' portal.
1515

1616
// In real world apps, these values need to be secured and not hardcoded.<Br>
17-
NSString *appKey = "INSERT_APP_KEY_HERE";<br>
18-
NSString * appSecret = "INSERT_SECRET_HERE";
17+
<code> NSString *appKey = "INSERT_APP_KEY_HERE";<br>
18+
NSString * appSecret = "INSERT_SECRET_HERE";</code>
1919

2020
3. To use the Spark SDK, initialize the "SparkManager".<br>
2121
[[SparkManager sharedInstance] initKey:appKey appSecret:appSecret envType:SPARK_ENV_TYPE_SANBOX];

0 commit comments

Comments
 (0)