We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a69c6 commit bcb8046Copy full SHA for bcb8046
1 file changed
README.md
@@ -17,7 +17,7 @@ Requires Python 3.12+.
17
```python
18
from pygexml import Page
19
20
-page = Page.from_xml_string(xml_string)
+page = Page.from_xml_file("docs/xml_file.xml")
21
22
for line in page.all_text():
23
print(line)
0 commit comments