summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-03-12 19:29:43 +0000
committerAndres Rey <[email protected]>2017-03-12 19:29:43 +0000
commit9b7351019b7481ca822d5f12fd8ebab9aa4f307c (patch)
tree2b9a8602c357183657339bd67c38be09d15e4351 /README.md
parent1441cde62e08e98814551e68e5870a3ebe5b9f19 (diff)
Typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77e9565..b9c877d 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ If the parsing process was unsuccessful the HTMLParser will return `false`
- **weightClasses**: default value `true`, weight classes during the rating phase.
- **removeReadabilityTags**: default value `true`, remove the data-readability tags inside the nodes that are added during the rating phase.
- **fixRelativeURLs**: default value `false`, convert relative URLs to absolute. Like `/test` to `http://host/test`.
-- **substituteEntities**: default value `false`, disables the `substituteEntities` flag of libxml. Will avoid substituting HTML entities. Like `&acute;` to á.
+- **substituteEntities**: default value `false`, disables the `substituteEntities` flag of libxml. Will avoid substituting HTML entities. Like `&aacute;` to á.
- **originalURL**: default value `http://fakehost`, original URL from the article used to fix relative URLs.
## Limitations