Skip to content

Commit fb163f4

Browse files
authored
chore: issue 841 (#842)
* chore: update README.md * chore: update README.md
1 parent 424a9ba commit fb163f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
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 and Edge 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)