Fix code snippet

#1
by osanseviero HF staff - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ Depending on the dataset you want to load, you can load the dataset by passing `
59
 
60
  ```python
61
  from datasets import load_dataset
62
- dataset = load_dataset("inria_soda/tabular-benchmark", data_files="reg_cat/house_sales.csv")
63
  ```
64
 
65
 
 
59
 
60
  ```python
61
  from datasets import load_dataset
62
+ dataset = load_dataset("inria-soda/tabular-benchmark", data_files="reg_cat/house_sales.csv")
63
  ```
64
 
65