Skip to content

Commit

Permalink
git (merge): env capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
reycn committed Nov 26, 2024
2 parents 1263568 + 465858b commit 68b228d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ pdf2zh example.pdf -li en -lo ja
See [Tencent Machine Translation](https://www.tencentcloud.com/products/tmt?from_qcintl=122110104)

Following ENVs are required:
- `Tencent_SECRET_ID`, e.g., `export Tencent_SECRET_ID=AKIDxxx`
- `Tencent_SECRET_KEY`, e.g, `export Tencent_SECRET_KEY=xxx`
- `TENCENT_SECRET_ID`, e.g., `export TENCENT_SECRET_ID=AKIDxxx`
- `TENCENT_SECRET_KEY`, e.g, `export TENCENT_SECRET_KEY=xxx`

```bash
pdf2zh example.pdf -s tmt
Expand Down
4 changes: 2 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ pdf2zh example.pdf -s azure

需设置以下环境变量:

- `Tencent_SECRET_ID`, e.g., `export Tencent_SECRET_ID=AKIDxxx`
- `Tencent_SECRET_KEY`, e.g., `export Tencent_SECRET_KEY=xxx`
- `TENCENT_SECRET_ID`, e.g., `export TENCENT_SECRET_ID=AKIDxxx`
- `TENCENT_SECRET_KEY`, e.g., `export TENCENT_SECRET_KEY=xxx`

```bash
pdf2zh example.pdf -s tmt
Expand Down

0 comments on commit 68b228d

Please sign in to comment.