From 5b8016f686517b05dc869cf3de1705c26b4c71f6 Mon Sep 17 00:00:00 2001 From: Seong JuWon Date: Fri, 17 May 2019 17:52:12 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ab6b88..be9e9ad 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ * **set_date_range(startyear, startmonth, endyear, endmonth)** - 이 메서드는 수집하려고자 하는 뉴스의 기간을 의미합니다. 기본적으로 1월달부터 endmonth월까지 데이터를 수집합니다. + 이 메서드는 수집하려고자 하는 뉴스의 기간을 의미합니다. 기본적으로 startmonth월부터 endmonth월까지 데이터를 수집합니다. * **start()** @@ -84,7 +84,7 @@ as soon as possible.** * **set_date_range(startyear, startmonth, endyear, endmonth)** This method represents the duration of the news you want to collect. - By default, data is collected from January to endmonth month. + Data is collected from startmonth to endmonth. * **start()**