aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDEC05EBA <dec05eba@protonmail.com>2019-12-31 09:58:19 +0100
committerDEC05EBA <dec05eba@protonmail.com>2019-12-31 09:58:19 +0100
commit83ab639826e9d52ff92f6442bc4578d60444f5f4 (patch)
tree125d61b15ff8f177cb09bac17bf23d5ad58470bf
parent89a1be9a63aa4c7f4b9fb9a2a3041cf9270b6a79 (diff)
update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a5bbfe..b615a50 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
-A small html parser written in C. The parser fixes broken html (missing end tags). The parser doesn't perform any dynamic allocations (heap) and only outputs the parsing result to a callback function rather than a dom tree.
+A small html parser written in C. The parser fixes broken html (missing end tags). The parser doesn't perform any dynamic allocations (heap) and neither copies any text, and only outputs the parsing result to a callback function rather than a dom tree.
# TODO
Unescape html sequences in text and attribute values