Skip to content

Commit 839c600

Browse files
Fix tables formatting in README.md
1 parent 4e812bd commit 839c600

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ results = details("nodeID", "US", "en", False)
9797

9898
Only the first argument is required - the node ID of element to look up details for.
9999

100-
| | Argument | Type | Required | Default value | Description |
101-
|---|-------------|--------|----------|---------------|-------------------------------------------------------|
102-
| 1 | `node_id` | `str` | **YES** | - | Node ID to look up |
103-
| 2 | `country` | `str` | NO | `"US"` | Country to search for offers |
104-
| 3 | `language` | `str` | NO | `"en"` | Language of responses |
100+
| | Argument | Type | Required | Default value | Description |
101+
|---|-------------|--------|----------|---------------|--------------------------------------------------------|
102+
| 1 | `node_id` | `str` | **YES** | - | Node ID to look up |
103+
| 2 | `country` | `str` | NO | `"US"` | Country to search for offers |
104+
| 3 | `language` | `str` | NO | `"en"` | Language of responses |
105105
| 5 | `best_only` | `bool` | NO | `True` | Determines whether only best offers should be returned |
106106

107107
General usage of these arguments matches the [`search`](#search) command.
@@ -126,11 +126,11 @@ results = offers_for_countries("nodeID", {"US", "UK", "CA"}, "en", True)
126126
First two arguments are required - node ID, and set of countries.
127127

128128
| | Argument | Type | Required | Default value | Description |
129-
|---|-------------|------------|:---------|--------------|--------------------------------------------------------|
130-
| 1 | `node_id` | `str` | **YES** | - | Node ID to look up |
131-
| 2 | `countries` | `set[str]` | **YES** | - | Set of countries to look up offers for |
132-
| 3 | `language` | `str` | NO | `"en"` | Language of responses |
133-
| 5 | `best_only` | `bool` | NO | `True` | Determines whether only best offers should be returned |
129+
|---|-------------|------------|:---------|---------------|--------------------------------------------------------|
130+
| 1 | `node_id` | `str` | **YES** | - | Node ID to look up |
131+
| 2 | `countries` | `set[str]` | **YES** | - | Set of countries to look up offers for |
132+
| 3 | `language` | `str` | NO | `"en"` | Language of responses |
133+
| 5 | `best_only` | `bool` | NO | `True` | Determines whether only best offers should be returned |
134134

135135
Usage `language` and `best_only` arguments matches the [`search`](#search) command.
136136

0 commit comments

Comments
 (0)