From 325a82cea279305808748ea37f7b10157b5e358c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8C=E3=81=84=E3=81=92=E3=82=93=20=E3=81=82=E3=82=89?= =?UTF-8?q?=E3=81=9F=E3=81=8B?= Date: Sat, 11 Jan 2020 09:27:43 +0800 Subject: [PATCH] Update README (#2) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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