Skip to content

Commit 5867415

Browse files
Merge pull request #26 from mindsdb/martyna-mindsdb-patch-1
Update README.md
2 parents 8b806bd + 31d9115 commit 5867415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ To get started, you'll need to initialize the Client with your API key. If you'r
1717
```python
1818
from minds.client import Client
1919

20-
# Default connection to MindsDB Cloud
20+
# Default connection to Minds Cloud that uses 'https://mdb.ai' as the base URL
2121
client = Client("YOUR_API_KEY")
2222

23-
# Custom MindsDB Cloud server
24-
base_url = 'https://custom_cloud.mdb.ai/'
23+
# If you have self-hosted Minds Cloud instance, use your custom base URL
24+
base_url = 'https://<custom_cloud>.mdb.ai/'
2525
client = Client("YOUR_API_KEY", base_url)
2626
```
2727

0 commit comments

Comments
 (0)