Skip to content

Commit 47bc701

Browse files
docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
1 parent 8c7c6b9 commit 47bc701

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Update - June 15, 2023
1+
# 更新 - 2023年6月15日
22

33
<div align="center">
44
<h1><a href="https://pypi.org/project/tikhub">TikHub_API</a></h1>
@@ -28,15 +28,15 @@
2828

2929
## Example of use
3030

31-
> Check[test.py]([https://github.com/TikHubIO/TikHub_PyPi/blob/main/test/test.py](https://github.com/TikHubIO/Douyin-TikTok-API-Python-SDK/blob/main/test/test.py))
31+
> Check[test.py](https://github.com/TikHubIO/Douyin-TikTok-API-Python-SDK/blob/main/test/test.py)
3232
3333
- The first step/first step: installation/Install
3434

3535
```bash
3636
pip install tikhub
3737
```
3838

39-
- 第二步/second step: 初始化/Initialization
39+
- The second step/second step: initialization/Initialization
4040

4141
```python
4242
from tikhub import TikTokAPI, DouyinAPI
@@ -47,7 +47,7 @@ douyin_api = DouyinAPI(token)
4747

4848
```
4949

50-
- 第三步/third step: 调用方法/call the function
50+
- The third step/third step: call the method/call the function
5151

5252
```python
5353
import asyncio

0 commit comments

Comments
 (0)