Skip to content

Commit 644a17d

Browse files
authored
Update README.md
1 parent bc382d8 commit 644a17d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ $checkHost = new CheckHost(
3636

3737
### Parameters:
3838

39-
| Parameter | Type | Description |
40-
| -------------------- | ------------------------- | --------------------------------------------------------------------------------------------------------- |
41-
| `$selectedCountries` | `array`, `string`, `null` | Country name(s), ISO country code(s), or node domain(s) to include/exclude (`null` = all available nodes) |
42-
| `$except` | `bool` | If `true`, excludes the specified countries instead of including them |
43-
| `$proxy` | `string` | Optional proxy for curl requests |
44-
| `$timeout` | `int` | Request timeout (seconds) for waiting on test results |
39+
| Parameter | Type | Description |
40+
| -------------------- | ------------------------- | ----------------------------------------------------------------------------------------------- |
41+
| `$selectedCountries` | `array`, `null` | Country name(s), ISO country code(s), or node domain(s) to include/exclude (`null` = all available nodes) |
42+
| `$except` | `bool` | If `true`, excludes the specified countries instead of including them |
43+
| `$proxy` | `string` | Optional proxy for curl requests |
44+
| `$timeout` | `int` | Request timeout (seconds) for waiting on test results |
4545

4646
---
4747

@@ -51,10 +51,10 @@ $checkHost = new CheckHost(
5151

5252
**Filters nodes based on country names, codes, or node domains.**
5353

54-
| Parameter | Type | Description |
55-
| ------------ | ------------------------- | --------------------------------------------------------------------------------------------------------- |
56-
| `$countries` | `array`, `string`, `null` | Country name(s), ISO country code(s), or node domain(s) to include/exclude (`null` = all available nodes) |
57-
| `$except` | `bool` | If `true`, excludes the specified countries instead of including them |
54+
| Parameter | Type | Description |
55+
| ------------ | ------------------------- | ----------------------------------------------------------------------------------------------- |
56+
| `$countries` | `array`, `null` | Country name(s), ISO country code(s), or node domain(s) to include/exclude (`null` = all available nodes) |
57+
| `$except` | `bool` | If `true`, excludes the specified countries instead of including them |
5858

5959
---
6060

0 commit comments

Comments
 (0)