Skip to content

Commit d866195

Browse files
committed
Fix descriptions
1 parent 67d9e86 commit d866195

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proxies/residential.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const kernel = new Kernel();
1616

1717
const proxy = await kernel.proxies.create({
1818
type: 'residential',
19-
name: 'my-california-residential',
19+
name: 'my-la-residential',
2020
config: {
2121
country: 'US',
2222
city: 'los_angeles'
@@ -51,7 +51,7 @@ browser = client.browsers.create(
5151
## Configuration Parameters
5252

5353
- **`country`** - ISO 3166 country code. Must be provided when providing other targeting options.
54-
- **`state`** - Two-letter state code. Only supported for US and Australia. Cannot be used with `city`
55-
- **`city`** - City name (lowercase, no spaces, e.g., `sanfrancisco`, `newyork`). Required if `zip` is provided
56-
- **`zip`** - US ZIP code (5 digits). Requires `city` to be provided
54+
- **`state`** - Two-letter state code. Only supported for US.
55+
- **`city`** - City name (lowercase, no spaces, e.g., `sanfrancisco`, `newyork`).
56+
- **`zip`** - US ZIP code (5 digits). Conflicts with city and state.
5757
- **`asn`** - Autonomous System Number. Conflicts with city and state.

0 commit comments

Comments
 (0)