Skip to content

Commit d2f5b73

Browse files
authored
Docs readme update (#7)
* docs: add badges * docs: fix example import
1 parent a5ff9e8 commit d2f5b73

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)