From b6847639a1a7f5c54fd8611cca2c57178d9c375a Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 23 Nov 2017 15:53:17 +0100 Subject: Update README --- README.md | 1 + 1 file changed, 1 insertion(+) 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' ] ``` -- cgit v1.2.3