From 9b5936522ebcfa537bcbf526bc99b7325930b8d1 Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Fri, 16 Aug 2013 13:08:29 +0800 Subject: [PATCH] update en doc --- en_docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_docs/README.md b/en_docs/README.md index c420f49..b8e30c6 100644 --- a/en_docs/README.md +++ b/en_docs/README.md @@ -2,13 +2,13 @@ webmagic --- [![Build Status](https://travis-ci.org/code4craft/webmagic.png?branch=master)](https://travis-ci.org/code4craft/webmagic) ->A crawler framework. +>A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content extraction and persistent. It can simply the development of a specific crawler. ## Features: * Simple core with high flexibility. * Simple API for html extracting. -* Multi-thread and Distributed support. +* Multi-thread and Distribution support. * Easy to be integrated. ## Install: