Skip to content

Commit

Permalink
Edit ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
loverdeveloper committed May 1, 2018
1 parent b4df63c commit 1c46dc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ Do This :
$image = array(
'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',
);

$url = "http://...";
$face = new CheckFace();
$face->setUrl($image);
$face->setUrl($url);
$face->setImage($image);
$face->setMethod("post");
$face->setHeaders(array(
'Content-Type' => 'application/json',
Expand Down

0 comments on commit 1c46dc2

Please # to comment.