summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Amorim <[email protected]>2017-11-23 15:53:17 +0100
committerPedro Amorim <[email protected]>2017-11-23 15:53:17 +0100
commitb6847639a1a7f5c54fd8611cca2c57178d9c375a (patch)
tree6b624214895b6fd86d36afcc688f9a4892f1af7d
parente6693de508c605a2f3e7ead9589b1b313430ba37 (diff)
Update README
-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'
]
```