Icannos commited on
Commit
9d3905a
1 Parent(s): f312d4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ For example to get a small sample one can try to download the dataset for june 2
42
  ```python
43
  from datasets import load_dataset
44
 
45
- dataset = load_dataset("lichess_games", "2013-06", streaming=True)
46
  ```
47
 
48
  Examples (3 rows from june 2013):
 
42
  ```python
43
  from datasets import load_dataset
44
 
45
+ dataset = load_dataset("Icannos/lichess_games", "2013-06", streaming=True)
46
  ```
47
 
48
  Examples (3 rows from june 2013):