summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Orlitzky <michael@orlitzky.com>2023-08-05 20:36:02 -0400
committerMichael Drake <tlsa@netsurf-browser.org>2023-08-09 21:11:00 +0100
commitced1bcad78ea063413b302a413e2747f81321e12 (patch)
tree98bdec65202989662b83a08ec72a848f49e31041 /README
parentf66051cab457438eefd23e1e2c6e2197894b2d52 (diff)
downloadlibsvgtiny-ced1bcad78ea063413b302a413e2747f81321e12.tar.gz
libsvgtiny-ced1bcad78ea063413b302a413e2747f81321e12.tar.bz2
README: update LIBXML -> LIBDOM
This constant svgtiny_LIBXML_ERROR was changed throughout the codebase to svgtiny_LIBDOM_ERROR a long time ago, in 9275ab308, but the README was missed because nobody reads the documentation :)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3c5095a..82a5df8 100644
--- a/README
+++ b/README
@@ -160,7 +160,7 @@ returned, but the diagram is still valid up to the point of the
error. The error is recorded in diagram->error_message and the line
that caused it in diagram->error_line.
-svgtiny_LIBXML_ERROR indicates that parsing the XML failed. The
+svgtiny_LIBDOM_ERROR indicates that parsing the XML failed. The
returned diagram will contain no shapes. svgtiny_NOT_SVG means that
the XML did not contain a top-level <svg> element.