Skip to content

Commit a9bb934

Browse files
Optimize Readme
1 parent 889efc7 commit a9bb934

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ by Mohammad Najafian
2020
$face = new CheckFace();
2121
```
2222
### 2 . We Set The Url :
23-
if you want to customize the url Do this :100: : (default : https://westcentralus.api.cognitive.microsoft.com/face/v1.0/detect)
23+
if you want to customize the url , Do this :100: : (default : https://westcentralus.api.cognitive.microsoft.com/face/v1.0/detect)
2424
```
2525
$face->setUrl($url);
2626
```
@@ -100,8 +100,8 @@ Do This :
100100
$face->setBody($image);
101101
$face->check();
102102
$result = $face->send();
103-
104103
```
104+
105105
##Licence
106106
This Project is under the MIT Licence
107107
##Read About Microsoft Face Api

0 commit comments

Comments
 (0)