summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-12-02 21:06:24 +0000
committerAndres Rey <[email protected]>2017-12-02 21:06:24 +0000
commitebebe6656fc6cc1794cae0cb427c900a2f6095f5 (patch)
treea649be79650ab3c4bd13c0250a671a300de76529
parentd8cb39b7ddeff07f1736e078c20261685586bd3a (diff)
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6309509..0a4dc9c 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Then you pass this Configuration object to Readability. The following options ar
- **MaxTopCandidates**: default value `5`, max amount of top level candidates.
- **WordThreshold**: default value `500`, minimum amount of characters to consider that the article was parsed successful.
-- **AticleByLine**: default value `false`, search for the article byline and remove it from the text. It will be moved to the article metadata.
+- **ArticleByLine**: default value `false`, search for the article byline and remove it from the text. It will be moved to the article metadata.
- **StripUnlikelyCandidates**: default value `true`, remove nodes that are unlikely to have relevant information. Useful for debugging or parsing complex or non-standard articles.
- **CleanConditionally**: default value `true`, remove certain nodes after parsing to return a cleaner result.
- **WeightClasses**: default value `true`, weight classes during the rating phase.