Skip to content

Commit 5e44346

Browse files
committed
chore: update README.md
1 parent ffc0aa1 commit 5e44346

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ client = Client()
135135

136136
### Specify Region and/or Edge
137137

138-
To take advantage of Twilio's [Global Infrastructure](https://www.twilio.com/docs/global-infrastructure), specify the target Region and/or Edge for the client:
138+
To take advantage of Twilio's [Global Infrastructure](https://www.twilio.com/docs/global-infrastructure), specify the target Region andEdge for the client:
139+
140+
> **Note:** When specifying a `region` parameter for a helper library client, be sure to also specify the `edge` parameter. For backward compatibility purposes, specifying a `region` without specifying an `edge` will result in requests being routed to US1.
139141
140142
```python
141143
from twilio.rest import Client

0 commit comments

Comments
 (0)