about summary refs log tree commit diff
path: root/readme.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-12-27 17:27:03 -0600
committergennyble <gen@nyble.dev>2023-12-27 17:27:03 -0600
commita567b9eb9930e3ec0d6da00f58d217843a732e2f (patch)
tree5458fb21617c52a95040f7bc2bb5b7422a9605bc /readme.md
parente12cc58bd80b8fdf3837928694c20ab9001a5cf2 (diff)
downloadcutie-a567b9eb9930e3ec0d6da00f58d217843a732e2f.tar.gz
cutie-a567b9eb9930e3ec0d6da00f58d217843a732e2f.zip
probably not fast
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index d0fc3b9..49cdf8a 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,5 @@
 opinionated, standards non-compliant HTML parser meant to consume handwritten HTML.
+Not particularly fast, probably.
 
 - all tags must close *(even `<br/>`, `<meta/>`, `<link/>`)*
 - tag names must be separated from the tag-body *(where the attributes go)* by a space character *(` `, 0x20)*