Skip to content

Commit

Permalink
Update MilvusClient().md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan-luan authored Sep 29, 2023
1 parent 8e79d4e commit dbe6df8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ None
- Create a MilvusClient instance using `token`:

```python
from pymilvs import MilvusClient
from pymilvus import MilvusClient

client = MilvusClient(
uri='http://localhost:19530',
Expand All @@ -52,11 +52,11 @@ None
- Create a MilvusClient instance using separate parameters `user` and `password`

```python
from pymilvs import MilvusClient
from pymilvus import MilvusClient

client = MilvusClient(
uri='http://localhost:19530',
user='root',
password='Milvus'
)
```
```

0 comments on commit dbe6df8

Please sign in to comment.