Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
askonomm committed Jan 1, 2025
1 parent 04bfb85 commit b98844e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ would not have any children in it.
```python
from dompa.nodes import VoidNode

VoidNode(name="name-goes-here", attributes={}, children=[])
VoidNode(name="name-goes-here", attributes={})
```

Would render:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dompa"
version = "0.5.1"
version = "0.5.2"
description = "A HTML5 parser."
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit b98844e

Please sign in to comment.