Skip to content

Commit

Permalink
Merge pull request #3 from uvasoftware/v3
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
rferreira authored Sep 5, 2017
2 parents c854389 + d47432f commit fc721fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```
{
"require": {
"uvasoftware/scanii-php": "~2.1"
"uvasoftware/scanii-php": "~$LATEST_RELEASE_VERSION"
}
}
```
Expand All @@ -23,7 +23,9 @@
$fd = fopen($temp, "w");
fwrite($fd, $this->EICAR);
$r = json_decode($this->client->process($temp));
$result = $this->client->process($temp);
echo($r->getFindings()[0]);
```

Please note that you will need a valid scanii.com account and API Credentials.
Expand Down

0 comments on commit fc721fb

Please sign in to comment.