Fix rune name

This commit is contained in:
Risto Saarelma 2015-12-27 16:13:23 +02:00
parent daade0075a
commit b386166f00

View File

@ -80,5 +80,5 @@ Examples
~zod/try=> (poxo ;html:";{head meta(charset "utf-8")};{body p p}")
"<html><head><meta charset="utf-8"></meta></head><body><p></p><p></p></body></html>"
Here we create the most basic HTML structure using nested `dotzaz`, and
Here we create the most basic HTML structure using nested `semzaz`, and
eventually print it properly using [`++poxo`]().