taeshahn commited on
Commit
97e8d71
·
1 Parent(s): 1d31f0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -19,8 +19,7 @@ I'm best reached via [email](mailto:taes.hahn@gmail.com).
19
 
20
  ### Usage
21
 
22
- ```
23
- from datasets import load_dataset
24
- ko_lima = load_dataset('taeshahn/ko-lima')
25
- ko_lima
26
  ```
 
19
 
20
  ### Usage
21
 
22
+ ```python
23
+ >>> from datasets import load_dataset
24
+ >>> ko_lima = load_dataset('taeshahn/ko-lima')
 
25
  ```