From 0f05dec01e9f309f78fe3be2e5370e3492130969 Mon Sep 17 00:00:00 2001 From: lovit Date: Wed, 13 Jan 2021 05:36:11 +0900 Subject: [PATCH] Fix typo in install instruction (#127, #148) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e2cd4c..5c10414 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ python setup.py install Using pip ```bash -pip install Korpora==0.2.0rc1 +pip install Korpora ``` ### 파이썬에서 사용하기 @@ -260,7 +260,7 @@ python setup.py install Using pip ```bash -pip install Korpora==0.2.0rc1 +pip install Korpora ``` ### Using in Python