Skip to content

Commit ef788f9

Browse files
committed
Update README.md
1 parent bbed944 commit ef788f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Spark-sdk-demo/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ For more information about authentication see our Authentication API.
55

66
To run this sample app, you must register an app on the Spark developers' portal.
77

8-
1. Download the sample apps from https://github.com/spark3dp/authentication-samples and copy the Objective C folder.
8+
1) Download the sample apps from https://github.com/spark3dp/authentication-samples and copy the Objective C folder.
99

10-
2. Locate the AppDelegate.m file in the Objective C folder and change the following:<br>
10+
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>
1717
<code> NSString *appKey = "INSERT_APP_KEY_HERE";</br>
1818
NSString * appSecret = "INSERT_SECRET_HERE";</code>
1919

20-
3. To use the Spark SDK, initialize the "SparkManager".<br>
20+
3) To use the Spark SDK, initialize the "SparkManager".<br>
2121
[[SparkManager sharedInstance] initKey:appKey appSecret:appSecret envType:SPARK_ENV_TYPE_SANBOX];
2222
[[SparkManager sharedInstance] setDebugMode:YES];
2323

24-
4. Run the project.</br>
24+
4) Run the project.</br>
2525
Note:</br>
2626
The first tab handles Spark Authentication.</br>
2727
The second tab handles Spark Drive.

0 commit comments

Comments
 (0)