We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27594be commit 29ffd92Copy full SHA for 29ffd92
1 file changed
README.md
@@ -6,4 +6,4 @@ It is a simple helper for cases when one needs to download data in systems like
6
```python
7
8
from data_tutorials.data import get_data
9
- get_data(url="https://raw.githubusercontent.com/ddmms/data-tutorials/main/data/LiFePO4_supercell.cif", filename="LiFePO4_supercell.cif", folder="data")
+ get_data(url="https://raw.githubusercontent.com/ddmms/data-tutorials/main/data/", filename="LiFePO4_supercell.cif", folder="data")
0 commit comments