Skip to content

Commit 0515af8

Browse files
committed
Update README.md
1 parent e1fb7c9 commit 0515af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Alternatively, the class `rmrio_import` can be loaded in `main.py` with the opti
2929

3030
```Python
3131
rmrio_db_importer = rmrio.rmrio_import(
32-
rmrio_file_path = "path/to/RMRIO/",
33-
rmrio_year = 2015
32+
rmrio_file_path = "path/to/RMRIO/", # Default: "rmrio-data/"
33+
rmrio_year = 2015 # Default: 2015
3434
)
3535
```
3636

0 commit comments

Comments
 (0)