Skip to content

Commit 1256d61

Browse files
committed
Merge branch 'for_iaas_3.9.0' into 'master'
feat: update readme [skipped] See merge request iaasng/volcengine-java-sdk!5
2 parents 68a6d57 + 59e8899 commit 1256d61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Volcstack SDK for Java
1+
# Volcengine SDK for Java
22

33
## Table of Contents
44
* Requirements
@@ -81,10 +81,10 @@
8181

8282
**通过环境变量导入**:
8383
```
84-
export Volcengine_ACCESS_KEY=your ak
85-
export Volcengine_SECRET_KEY=your sk
84+
export VOLCENGINE_ACCESS_KEY=your ak
85+
export VOLCENGINE_SECRET_KEY=your sk
8686
#如果使用token
87-
export Volcengine_SESSION_TOKEN=token
87+
export VOLCENGINE_SESSION_TOKEN=token
8888
```
8989

9090
**代码方式引入**

0 commit comments

Comments
 (0)