Skip to content

Commit

Permalink
Fix typo in install instruction (#127, #148)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovit committed Jan 12, 2021
1 parent e9bf3d7 commit 0f05dec
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 @@ -66,7 +66,7 @@ python setup.py install
Using pip

```bash
pip install Korpora==0.2.0rc1
pip install Korpora
```

### 파이썬에서 사용하기
Expand Down Expand Up @@ -260,7 +260,7 @@ python setup.py install
Using pip

```bash
pip install Korpora==0.2.0rc1
pip install Korpora
```

### Using in Python
Expand Down

0 comments on commit 0f05dec

Please sign in to comment.