Skip to content

Commit 1c46dc2

Browse files
Edit ReadMe
1 parent b4df63c commit 1c46dc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ Do This :
8484
$image = array(
8585
'url' => 'https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Donald_Trump_August_19%2C_2015_%28cropped%29.jpg/245px-Donald_Trump_August_19%2C_2015_%28cropped%29.jpg',
8686
);
87-
87+
$url = "http://...";
8888
$face = new CheckFace();
89-
$face->setUrl($image);
89+
$face->setUrl($url);
90+
$face->setImage($image);
9091
$face->setMethod("post");
9192
$face->setHeaders(array(
9293
'Content-Type' => 'application/json',

0 commit comments

Comments
 (0)