Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lumyjuwon authored May 4, 2019
1 parent b0330d6 commit 0cf2897
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 @@ -30,7 +30,7 @@

## Example
```
from korean_news_crawler.articlecrawler import ArticleCrawler
from korea_news_crawler.articlecrawler import ArticleCrawler
Crawler = ArticleCrawler()
Crawler.set_category("정치", "IT과학", "economy")
Expand Down Expand Up @@ -93,7 +93,7 @@ as soon as possible.**

## Example
```
from korean_news_crawler.articlecrawler import ArticleCrawler
from korea_news_crawler.articlecrawler import ArticleCrawler
Crawler = ArticleCrawler()
Crawler.set_category("politics", "IT_science", "economy")
Expand Down

0 comments on commit 0cf2897

Please sign in to comment.