diff --git a/README.md b/README.md index 7a1cc3c1..e42e2b17 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You will need go 1.12 #### Install Use go get to install the latest version of the library. This command will install the milvus-go-sdk library and its dependencies: ```shell -go get -u github.com/milvus-io/milvus-sdk-go +go get -u github.com/milvus-io/milvus-sdk-go/milvus ``` Next, include milvus-sdk-go in your application: ```shell @@ -21,4 +21,4 @@ cd [milvus-sdk-go root path]/examples go run MilvusClientExample.go ``` ### Additional information -- The go source code is formatted using go fmt and golint \ No newline at end of file +- The go source code is formatted using go fmt and golint