Skip to content

Commit 21acd5d

Browse files
Update README.md
Added double space to create line break to move image to new line. Added a return after a sentence for ordered list.
1 parent e76cf8a commit 21acd5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ For detailed instructions read blog on how to [setup Azure App Services to creat
2121

2222
## Setup Azure App Services with Authentication
2323
If you wish to save score using Facebook identity:
24+
2425
1. [Create Facebook app](https://developers.facebook.com/apps/)
2526
2. Fill in the [Azure App Services](https://portal.azure.com/) Authentication settings with Facebook App Id & App Secret.
2627
3. Paste [Facebook access user token](https://developers.facebook.com/tools/accesstoken/) into Unity access token field to enable Login button.
@@ -39,6 +40,7 @@ table.insert(function (context) {
3940

4041
## Setup Azure App Services custom APIs with **Easy APIs**
4142
With [Azure App Services](https://portal.azure.com/) you can create custom APIs using **Easy APIs**.
43+
4244
1. Create a 'hello' api to say hello! (Example Easy API message script below)
4345
2. Create a 'GenerateScores' api to generate 10 random scores. (Example Easy API query script below)
4446

0 commit comments

Comments
 (0)