Skip to content

Commit d0ba6dc

Browse files
committed
Update README.md
1 parent 4376a21 commit d0ba6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Spark-sdk-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To run this sample app, you must register an app on the Spark developers' portal
1818
NSString * appSecret = "INSERT_SECRET_HERE";</code>
1919

2020
3) To use the Spark SDK, initialize the "SparkManager".<br>
21-
[[SparkManager sharedInstance] initKey:appKey appSecret:appSecret envType:SPARK_ENV_TYPE_SANBOX];
22-
[[SparkManager sharedInstance] setDebugMode:YES];
21+
<code> [[SparkManager sharedInstance] initKey:appKey appSecret:appSecret envType:SPARK_ENV_TYPE_SANBOX];
22+
[[SparkManager sharedInstance] setDebugMode:YES];</code>
2323

2424
4) Run the project.</br>
2525
Note:</br>

0 commit comments

Comments
 (0)