Skip to content

Commit 21932f4

Browse files
update docs
Signed-off-by: AnthonyTsu1984 <[email protected]>
1 parent 0281a5c commit 21932f4

File tree

1 file changed

+2
-2
lines changed
  • API_Reference/milvus-sdk-go/v2.5.x

1 file changed

+2
-2
lines changed

API_Reference/milvus-sdk-go/v2.5.x/About.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ go get -u github.com/milvus-io/milvus/client/v2
2727

2828
<div class="alert note">
2929

30-
To install go sdk before v2.5.1, please use the following command:
30+
To install go sdk before v2.5.x, please use the following command:
3131

3232
```shell
3333
$ go get -u github.com/milvus-io/milvus-sdk-go/v2
@@ -58,7 +58,7 @@ import "github.com/milvus-io/milvus/client/v2/milvusclient"
5858

5959
<div class="alert note">
6060

61-
If you are using Milvus 2.5.0 or earlier versions, you can use the following code snippet to connect to Milvus:
61+
If you are using versions earlier than v2.5.x, you can use the following code snippet to connect to Milvus:
6262

6363
```go
6464
import "github.com/milvus-io/milvus-sdk-go/v2/client"

0 commit comments

Comments
 (0)