8000 Fixes tiny typo in the readme · codesalatdev/python-picnic-api@d5b9f93 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5b9f93

Browse files
committed
Fixes tiny typo in the readme
1 parent 3816f4c commit d5b9f93

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
@@ -23,7 +23,7 @@ $ pip install python-picnic-api2
2323
Then create a new instance of `PicnicAPI` and login using your credentials:
2424

2525
```python
26-
from python_picnic_api import PicnicAPI
26+
from python_picnic_api2 import PicnicAPI
2727

2828
picnic = PicnicAPI(username='username', password='password', country_code="NL")
2929
```
@@ -99,4 +99,4 @@ picnic.get_delivery_slots()
9999

100100
```python
101101
{'delivery_slots': [{'slot_id': 'XXYYZZ', 'hub_id': 'YYY', 'fc_id': 'FCX', 'window_start': '2025-04-29T17:15:00.000+02:00', 'window_end': '2025-04-29T19:15:00.000+02:00'...
102-
```
102+
```

0 commit comments

Comments
 (0)
0