From a8fd4afd584c4b87ba3f23ec516d63dd82b08850 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 2 Aug 2019 09:51:21 +0200 Subject: [PATCH] fixed small errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d98931fa..d2aa361a 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Redis is a very popular Key-Value database. It offers node communication service ### Frontend Frontend is a SPA based on -[Vue-Element-Admin](https://github.com/PanJiaChen/vue-element-admin). It has re-used many Element-UI components to support correspoinding display. +[Vue-Element-Admin](https://github.com/PanJiaChen/vue-element-admin). It has re-used many Element-UI components to support corresponding display. ## Integration with Other Frameworks @@ -206,7 +206,7 @@ class JuejinPipeline(object): There are existing spider management frameworks. So why use Crawlab? -The reason is that most of the existing platforms are depending on Scrapyd, which limits the choice only within python and scrapy. Surely scrapy is a great web crawl frameowrk, but it cannot do everything. +The reason is that most of the existing platforms are depending on Scrapyd, which limits the choice only within python and scrapy. Surely scrapy is a great web crawl framework, but it cannot do everything. Crawlab is easy to use, general enough to adapt spiders in any language and any framework. It has also a beautiful frontend interface for users to manage spiders much more easily.