Skip to content

Commit

Permalink
Updated README.md, fix typo(s) (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasWilsonDEV authored Nov 23, 2024
1 parent 6ed8376 commit 7e500d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ WebMagic use slf4j with slf4j-log4j12 implementation. If you customized your slf

### 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
public class GithubRepoPageProcessor implements PageProcessor {
Expand Down Expand Up @@ -112,7 +112,7 @@ public class GithubRepo {

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)

Expand Down

0 comments on commit 7e500d7

Please sign in to comment.