Update README.md
Browse filesOne more: highlight json code snippet as well. Amazing work !
README.md
CHANGED
@@ -46,7 +46,7 @@ Primarily English, though the Wikipedia slice contains multiple languages.
|
|
46 |
|
47 |
The dataset structure is as follows:
|
48 |
|
49 |
-
```
|
50 |
{
|
51 |
"text": ...,
|
52 |
"meta": {"url": "...", "timestamp": "...", "source": "...", "language": "...", ...},
|
|
|
46 |
|
47 |
The dataset structure is as follows:
|
48 |
|
49 |
+
```json
|
50 |
{
|
51 |
"text": ...,
|
52 |
"meta": {"url": "...", "timestamp": "...", "source": "...", "language": "...", ...},
|