Kurt Stolle commited on
Commit
e9e7f5e
·
1 Parent(s): eddff0e

Improve documentation

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -114,7 +114,7 @@ Subsequently, the dataset can be loaded using the `webdataset` library:
114
  ```python
115
  import webdataset as wds
116
 
117
- dataset = wds.WebDataset("shards/train.tar")
118
  ```
119
 
120
 
 
114
  ```python
115
  import webdataset as wds
116
 
117
+ dataset = wds.WebDataset("shards/csvps-train.tar")
118
  ```
119
 
120