Updated README.md, fix typo(s) (#1180)

pull/1183/head
Bob Conan 2 months ago committed by GitHub
parent 6ed83769e0
commit 7e500d7b95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -50,7 +50,7 @@ WebMagic use slf4j with slf4j-log4j12 implementation. If you customized your slf
### First crawler: ### First crawler:
Write a class implements PageProcessor. For example, I wrote a crawler of github repository infomation. Write a class implements PageProcessor. For example, I wrote a crawler of github repository information.
```java ```java
public class GithubRepoPageProcessor implements PageProcessor { public class GithubRepoPageProcessor implements PageProcessor {
@ -112,7 +112,7 @@ public class GithubRepo {
Documents: [http://webmagic.io/docs/](http://webmagic.io/docs/) Documents: [http://webmagic.io/docs/](http://webmagic.io/docs/)
The architecture of webmagic (refered to [Scrapy](http://scrapy.org/)) The architecture of webmagic (referred to [Scrapy](http://scrapy.org/))
![image](http://code4craft.github.io/images/posts/webmagic.png) ![image](http://code4craft.github.io/images/posts/webmagic.png)

Loading…
Cancel
Save