Skip to content

Commit 81bc919

Browse files
authored
Update README.md
1 parent 47bc701 commit 81bc919

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
@@ -30,13 +30,13 @@
3030

3131
> 查看[test.py](https://github.com/TikHubIO/Douyin-TikTok-API-Python-SDK/blob/main/test/test.py)
3232
33-
- 第一步/first step: 安装/Install
33+
- 第一步: 安装
3434

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

39-
- 第二步/second step: 初始化/Initialization
39+
- 第二步: 初始化
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+
- 第三步: 调用方法
5151

5252
``` python
5353
import asyncio

0 commit comments

Comments
 (0)