Skip to content

Commit d983493

Browse files
committed
docs: fix example import
1 parent f4177c2 commit d983493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pip install hario-core
2828
### 1. Parse and validate a HAR file
2929

3030
```python
31-
from hario_core import parse
31+
from hario_core.parse import parse
3232

3333
har_log = parse("example.har")
3434
entries = har_log.model_dump()["entries"] # list of dicts

0 commit comments

Comments
 (0)