Skip to content

Commit 078f7ef

Browse files
authored
Update README.md
1 parent 4160715 commit 078f7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@ Array
224224
Filter to only Germany and Austria nodes:
225225

226226
```php
227-
$checkHost = new \ILYAGVC\CheckHost\CheckHost(['Germany', 'AT']);
227+
$checkHost = new CheckHost(['Germany', 'AT']);
228228
```
229229

230230
Exclude France:
231231

232232
```php
233-
$checkHost = new \ILYAGVC\CheckHost\CheckHost(['France'], true);
233+
$checkHost = new CheckHost(['France'], true);
234234
```
235235

236236
---

0 commit comments

Comments
 (0)