summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b9cd5b8..58cdcae 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ $result = [
'title' => 'Title of the article',
'author' => 'Name of the author of the article',
'image' => 'Main image of the article',
+ 'images' => 'All images of the article',
'article' => 'DOMDocument with the full article text, scored and parsed'
]
```