summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10b1d81..5b19de6 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,8 @@ Here's a list of the available properties:
- Author: `->getAuthor();`
- Text direction (ltr or rtl): `->getDirection();`
+If you need to tweak the final HTML you can get the DOMDocument of the result by calling `->getDOMDocument()`.
+
## Options
You can change the behaviour of Readability via the Configuration object. For example, if you want to fix relative URLs and declare the original URL, you could set up the configuration like this: