Update README.md
Browse files
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):
|