Skip to content

Commit 51aef2c

Browse files
committed
docs(readme): update
1 parent f7e496c commit 51aef2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#### Getting Started ####
3333

34-
##### 工程使用sdk #####
34+
##### 安装说明 #####
3535

3636
建议使用Maven构建自己的项目,添加需要的相应模块的依赖,示例如下:
3737

@@ -104,7 +104,7 @@ export VOLCENGINE_SESSION_TOKEN=token
104104
```java
105105
Credentials credentials = Credentials.getCredentials(ak, sk);
106106
//如果使用token
107-
Credentials credentials = Credentials.getCredentials(ak, sktoken);
107+
Credentials credentials = Credentials.getCredentials(ak, sk, token);
108108
```
109109

110110
##### Endpoint 设置 #####
@@ -128,7 +128,7 @@ ApiClient apiClient = new ApiClient()
128128
- Service中存在_符号时,Endpoint时需转为-符号。存在大写字母时需转成小写。
129129
- 并非所有云产品和Region都支持标准域名,具体请前往您所使用的产品-API参考中查看。
130130

131-
#### Example ####
131+
#### SDK 示例 ####
132132

133133
```java
134134
import com.volcengine.ApiClient;

0 commit comments

Comments
 (0)