We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4177c2 commit d983493Copy full SHA for d983493
README.md
@@ -28,7 +28,7 @@ pip install hario-core
28
### 1. Parse and validate a HAR file
29
30
```python
31
-from hario_core import parse
+from hario_core.parse import parse
32
33
har_log = parse("example.har")
34
entries = har_log.model_dump()["entries"] # list of dicts
0 commit comments