Cyrile commited on
Commit
d41cb84
1 Parent(s): 8f1679a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,6 +25,6 @@ aftdb_table = load_dataset("cmarkea/aftdb", "table")
25
 
26
  Both categories are compatible, and it is possible to load both types simultaneously:
27
  ```python
28
- aftdb_both = load_dataset("cmarkea/aftdb", "figure+table", streaming=True)
29
  ```
30
  **This is the default configuration.**
 
25
 
26
  Both categories are compatible, and it is possible to load both types simultaneously:
27
  ```python
28
+ aftdb = load_dataset("cmarkea/aftdb", "figure+table", streaming=True)
29
  ```
30
  **This is the default configuration.**