diff --git a/README.md b/README.md index 7c527c2..fc277db 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,23 @@ an easy to train html templating system # usage +```html + + + +
+ +rawerf :3
+ + + +``` + ## cli ``` @@ -32,5 +49,5 @@ pg = Puppygirl( parsed = pg.fetch("index.html") using open("dist/index.html", "w") as f: - f.write(str(parsed)) + f.write(parsed.prettify()) # parsed is a beautifulsoup4 object ```