Skip to content

Commit

Permalink
Fixes README example code
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasschmitz authored and jdemaeyer committed Jan 13, 2024
1 parent e64ae9b commit 930f95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ option and the example section with `dwdparse --help`.
path of the file you would like to parse. This will return an iterable over
weather records:
```python
from brightsky import get_parser
from dwdparse import get_parser


DWD_FILE_PATH = 'stundenwerte_TU_01766_akt.zip'
Expand Down

0 comments on commit 930f95a

Please sign in to comment.