Skip to content

Commit 7e500d7

Browse files
author
Bob Conan
authored
Updated README.md, fix typo(s) (#1180)
1 parent 6ed8376 commit 7e500d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ WebMagic use slf4j with slf4j-log4j12 implementation. If you customized your slf
5050

5151
### First crawler:
5252

53-
Write a class implements PageProcessor. For example, I wrote a crawler of github repository infomation.
53+
Write a class implements PageProcessor. For example, I wrote a crawler of github repository information.
5454

5555
```java
5656
public class GithubRepoPageProcessor implements PageProcessor {
@@ -112,7 +112,7 @@ public class GithubRepo {
112112

113113
Documents: [http://webmagic.io/docs/](http://webmagic.io/docs/)
114114

115-
The architecture of webmagic (refered to [Scrapy](http://scrapy.org/))
115+
The architecture of webmagic (referred to [Scrapy](http://scrapy.org/))
116116

117117
![image](http://code4craft.github.io/images/posts/webmagic.png)
118118

0 commit comments

Comments
 (0)