Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Apr 18, 2024
1 parent cfc1eda commit 8c2c732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ scrapy crawl <spider_name>

2. 本库主推 `scrapy` 扩展功能,在使用本库时,不会影响你 `scrapy` 项目及其它组件。

也就是说,可使用本库开发原生的 `scrapy`,也可用 `scrapy` 的风格来开发,但还是推荐使用本库推荐的风格开发。不会对开发者造成过多的迁移成本。
也就是说,可使用本库开发原生的 `scrapy`,也可用 `scrapy` 的风格来开发,但还是推荐使用 `DemoSpider` 示例中的风格开发。不会对开发者造成过多的迁移成本。

3. 代码测试覆盖率有点低,考虑增加吗?

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ provided. Please fill in the required content for testing, then:
your `scrapy` project and other components.

You can use this library to develop native `scrapy`, or you can use `scrapy` style to develop, but it is still
recommended to use the style recommended by this library for development. Will not cause excessive migration costs to
recommended to use the style development in the `DemoSpider` example. Will not cause excessive migration costs to
developers.

3. Code test coverage is a bit low, should you consider increasing it?
Expand Down

0 comments on commit 8c2c732

Please sign in to comment.