aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-03 17:11:39 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-03 17:11:39 +0200
commit8f41cc827b3c4096da4cd770175f43a085231bbf (patch)
tree51651ff5c8c9734742dc16e2e4897193936c9488 /README.md
parentbbc88f60df2f22eaa4678f6d7f581229f7905679 (diff)
Case insensitive tag and attribute key match
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0516066..b7f6ea6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
Html search using non-standard xpath, written in C. See tests/main.c
# Note
-This library does not decode html sequences in text and attribute values \ No newline at end of file
+This library does not decode html sequences in text and attribute values.
+Tag and attribute key matching is case-insensitive. \ No newline at end of file