浏览代码

Merge pull request #244 from wenzuochao/dev_3.27.1

modify readme and docs
wenzuochao 6 年之前
父节点
当前提交
9def829afd
共有 7 个文件被更改,包括 10 次插入10 次删除
  1. 1 1
      CONTRIBUTING.md
  2. 2 2
      README.md
  3. 3 3
      README_zh.md
  4. 1 1
      docs/0-Requirements-CN.md
  5. 1 1
      docs/0-Requirements-EN.md
  6. 1 1
      docs/1-Installation-CN.md
  7. 1 1
      docs/1-Installation-EN.md

+ 1 - 1
CONTRIBUTING.md

@@ -1,4 +1,4 @@
-# Contributing to the Alibaba Cloud SDK for Go
+# Contributing to the Alibaba Cloud Go SDK
 
 We work hard to provide a high-quality and useful SDK for Alibaba Cloud, and we greatly value feedback and contributions from our community. Please submit your [issues][issues] or [pull requests][pull-requests] through GitHub.
 

+ 2 - 2
README.md

@@ -5,7 +5,7 @@ English | [简体中文](./README_zh.md)
 <a href=" https://www.alibabacloud.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg"></a>
 </p>
 
-<h1 align="center">Alibaba Cloud Client for Go</h1>
+<h1 align="center">Alibaba Cloud Go SDK</h1>
 
 <p align="center">
 <a href="https://badge.fury.io/gh/aliyun%2Falibaba-cloud-sdk-go"><img src="https://badge.fury.io/gh/aliyun%2Falibaba-cloud-sdk-go.svg" alt="Latest Stable Version"></a>
@@ -19,7 +19,7 @@ English | [简体中文](./README_zh.md)
 </p>
 
 
-Alibaba Cloud Client for Go is a client tool that helps Go developers manage credentials and send requests, [Alibaba Cloud SDK for Go][SDK] dependency on this tool.
+Alibaba Cloud Go SDK is a client tool that helps Go developers manage credentials and send requests, [Alibaba Cloud Go SDK][SDK] dependency on this tool.
 
 
 ## Online Demo

+ 3 - 3
README_zh.md

@@ -4,7 +4,7 @@
 <a href=" https://www.alibabacloud.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/Aliyun.svg"></a>
 </p>
 
-<h1 align="center">Alibaba Cloud Client for Go</h1>
+<h1 align="center">Alibaba Cloud Go SDK</h1>
 
 <p align="center">
 <a href="https://badge.fury.io/gh/aliyun%2Falibaba-cloud-sdk-go"><img src="https://badge.fury.io/gh/aliyun%2Falibaba-cloud-sdk-go.svg" alt="Latest Stable Version"></a>
@@ -18,7 +18,7 @@
 </p>
 
 
-Alibaba Cloud Client for Go 是帮助 Go 开发者管理凭据、发送请求的客户端工具, [Alibaba Cloud SDK for Go][SDK] 由本工具提供底层支持。
+Alibaba Cloud Go SDK 是帮助 Go 开发者管理凭据、发送请求的客户端工具, [Alibaba Cloud Go SDK][SDK] 由本工具提供底层支持。
 
 
 ## 在线示例
@@ -35,7 +35,7 @@ Alibaba Cloud Client for Go 是帮助 Go 开发者管理凭据、发送请求的
 $ go get -u github.com/aliyun/alibaba-cloud-sdk-go/sdk
 ```
 
-如果您使用了 glide 管理依赖,您也可以使用 glide 来安装阿里云GO SDK
+如果您使用了 glide 管理依赖,您也可以使用 glide 来安装阿里云 GO SDK
 
 ```sh
 $ glide get github.com/aliyun/alibaba-cloud-sdk-go

+ 1 - 1
docs/0-Requirements-CN.md

@@ -5,7 +5,7 @@
 - Go 环境版本必须不低于 1.10.x.
 
 ## 建议
-- 请确保您的项目中没有其他依赖跟 Alibaba Cloud SDK for Go 存在冲突。你可以在[Gopkg.toml](../Gopkg.toml)查看相关的约束。
+- 请确保您的项目中没有其他依赖跟 Alibaba Cloud Go SDK 存在冲突。你可以在[Gopkg.toml](../Gopkg.toml)查看相关的约束。
 
 ***
 [← 首页](../README_zh.md) | 环境要求[(English)](0-Requirements-EN.md) | [安装 →](1-Installation-CN.md)

+ 1 - 1
docs/0-Requirements-EN.md

@@ -5,7 +5,7 @@
 - You must use Go 1.10.x or later.
 
 ## Recommendations
-- Please make sure there will be no conflict between Alibaba Cloud SDK for Go and other. You can see specific constraints in [Gopkg.toml](../Gopkg.toml).
+- Please make sure there will be no conflict between Alibaba Cloud Go SDK and other. You can see specific constraints in [Gopkg.toml](../Gopkg.toml).
 
 ***
 [← Home](../README.md) | Requirements[(中文)](0-Requirements-CN.md) | [Installation →](1-Installation-EN.md)

+ 1 - 1
docs/1-Installation-CN.md

@@ -15,7 +15,7 @@ $ glide get github.com/aliyun/alibaba-cloud-sdk-go
 ```
 
 ## 通过压缩文件安装
-Alibaba Cloud SDK for Go 中的一个 ZIP 文件包含运行开发工具包所需的所有类和依赖项。
+Alibaba Cloud Go SDK 中的一个 ZIP 文件包含运行开发工具包所需的所有类和依赖项。
 下载这个 [文件][Go-release], 然后在项目中的选定位置进行解压缩。
 
 ***

+ 1 - 1
docs/1-Installation-EN.md

@@ -15,7 +15,7 @@ $ glide get github.com/aliyun/alibaba-cloud-sdk-go
 ```
 
 ## Installing by Using the ZIP file
-The Alibaba Cloud SDK for Go includes a ZIP file containing all the classes and dependencies you need to run.
+The Alibaba Cloud Go SDK includes a ZIP file containing all the classes and dependencies you need to run.
 
 Download the [file][Go-release], and then extract it into your project at a location you choose.