docs: 修改错别字

This commit is contained in:
Your Name
2024-04-07 22:09:05 +08:00
parent d392747fe7
commit fd7c597305
4 changed files with 7 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ MediaCrawler视频教程课程已录制完结包含入门教程使用、源
### 运行爬虫程序
```shell
# 从配置文件中读取关键词搜索相关的帖子并爬帖子信息与评论
# 从配置文件中读取关键词搜索相关的帖子并爬帖子信息与评论
python main.py --platform xhs --lt qrcode --type search
# 从配置文件中读取指定的帖子ID列表获取指定帖子的信息与评论信息
@@ -85,7 +85,7 @@ MediaCrawler视频教程课程已录制完结包含入门教程使用、源
# 打开对应APP扫二维码登录
# 其他平台爬虫使用示例, 执行下面的命令查看
# 其他平台爬虫使用示例执行下面的命令查看
python main.py --help
```