Skip to content

Commit edc9352

Browse files
committed
Edit for markdown code visual
1 parent 7c89eef commit edc9352

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ PHP SDK for Face++
99
4. If you choose Amazon(US) server, please uncomment the 'http://apius.faceplusplus.com/v2' or 'https://apius.faceplusplus.com/v2' in line 21 - 24
1010

1111
5. Add the API_KEY & API_SECRET to be a standard in line 27 & 28 or assign them dynamicly to your object.
12-
<?php
13-
$facepp = new Facepp();
14-
$facepp->api_key = '{YOUR_KEY_HERE}';
15-
$facepp->api_secret = '{YOUR_SECRET_HERE}';
16-
?>
17-
12+
13+
<?php
14+
$facepp = new Facepp();
15+
$facepp->api_key = '{YOUR_KEY_HERE}';
16+
$facepp->api_secret = '{YOUR_SECRET_HERE}';
17+
?>

0 commit comments

Comments
 (0)