From 6122b05d9f9dc1acdf4720b425983feb512c879f Mon Sep 17 00:00:00 2001 From: Eaglegle <492617424@qq.com> Date: Wed, 5 Jul 2023 18:24:01 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f6e84..e8e3a0e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## Installing ### Install the SDK through GitHub -> - Run the 'go get github.com/aliyun/aliyun-oss-go-sdk/oss' command to get the remote code package. +> - Run the 'go get github.com/aliyun/aliyun-oss-go-sdk' command to get the remote code package. > - Use 'import "github.com/aliyun/aliyun-oss-go-sdk/oss"' in your code to introduce OSS Go SDK package. ## Getting Started