Skip to content

Commit f69d9a5

Browse files
authored
Update README.md
1 parent 16b8d9a commit f69d9a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ Sets or updates the timeout for result fetching.
113113
### Ping Check
114114

115115
```php
116+
<?php
117+
require 'vendor/autoload.php';
118+
116119
$checkHost = new \ILYAGVC\CheckHost\CheckHost();
117120
$result = $checkHost->runCheck('https://www.google.com', 'ping', 2);
118121
print_r($result);
@@ -146,6 +149,9 @@ Array
146149
### Full Check
147150

148151
```php
152+
<?php
153+
require 'vendor/autoload.php';
154+
149155
$checkHost = new \ILYAGVC\CheckHost\CheckHost();
150156
$result = $checkHost->fullCheck('https://www.google.com');
151157
print_r($result);

0 commit comments

Comments
 (0)