Skip to content

Commit 8f360c6

Browse files
update
1 parent 9518d4c commit 8f360c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ by Mohammad Najafian
3131
```
3232
##### 4 . Set Headers :100: :
3333
We Must to set headers to use Microsoft's Face APi (only lowercase) :
34-
###### if you want to put APi_key in Headers or Parameters Use This :
34+
##### if you want to put APi_key in Headers or Parameters Use This :
3535
```
3636
$face->getApiKey();
3737
```
@@ -50,11 +50,11 @@ To this step we can set the Parameters :
5050
'returnFaceAttributes' => 'age,gender,glasses,smile,noise,hair,accessories,emotion,makeup', // Your Requsted info
5151
));
5252
```
53-
######You can set these in the returnFaceAttributes in parameters
53+
#####You can set these in the returnFaceAttributes in parameters
5454
Some Face Attributes : age , gender , glasses , smile , noise , hair , accessories , emotion , makeup ...
5555
//
5656
##### 6 . Set image :100: :
57-
######Then , we need to set image :-) :
57+
#####Then , we need to set image :-) :
5858
We must to put image URL in the array Like This.
5959
```
6060
$image = array(

0 commit comments

Comments
 (0)