From 02b393ae94f191b50474fd1e29179ba55ee37052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=9B=E9=A3=8E?= Date: Tue, 10 Sep 2019 21:54:53 +0800 Subject: [PATCH] fix name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b0a256..920f10b 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ ```shell git clone https://github.com/nyaasuki/DoubanBookSpider.git cd ./DoubanBookSpider -python3 Spider.py +python3 main.py ``` ## Window 配置好环境后 下载并解压https://github.com/nyaasuki/DoubanBookSpider/archive/master.zip 使用cmd命令运行 ```DOS -python path\DoubanBookSpider\Spider.py #path为文件存放路径 +python path\DoubanBookSpider\main.py #path为文件存放路径 ``` 或者