Update README example with html node

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
pull/3/head
parent 4683189f5c
commit e340ab4e26
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -60,7 +60,8 @@ Turns into
```html
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html>
<head>
<title>Kelpie.jl is awesome!</title>
</head>
@ -76,6 +77,7 @@ Turns into
<p>Kelpies make great herding dogs for chickens.</p>
</main>
</body>
</html>
```
Everything is pure Julia, so your imagination is the limit!

Loading…
Cancel
Save