From 9b7351019b7481ca822d5f12fd8ebab9aa4f307c Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Sun, 12 Mar 2017 19:29:43 +0000 Subject: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 `´` to á. +- **substituteEntities**: default value `false`, disables the `substituteEntities` flag of libxml. Will avoid substituting HTML entities. Like `á` to á. - **originalURL**: default value `http://fakehost`, original URL from the article used to fix relative URLs. ## Limitations -- cgit v1.2.3