Skip to content

Commit cc271fa

Browse files
Update README
1 parent bbe51c6 commit cc271fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,14 @@ client = IpregistryClient("YOUR_API_KEY", cache=NoCache())
116116

117117
### European Union Base URL
118118

119-
With the ever-increasing concerns about data privacy and security, we recognize the importance of providing our European users with a dedicated API base URL:
119+
Using the EU base URL, your requests are handled by the closest cluster of nodes in the European Union:
120120

121121
```python
122122
from ipregistry import IpregistryClient, NoCache
123123

124124
client = IpregistryClient(IpregistryConfig("YOUR_API_KEY").with_eu_base_url())
125125
```
126126

127-
Using this base URL your requests are handled by the closest cluster of nodes in the European Union.
128-
129127
### Errors
130128

131129
All Ipregistry exceptions inherit `IpregistryError` class.

0 commit comments

Comments
 (0)