Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit baf995a

Browse files
committed
Added to readme the top image.
1 parent 851860f commit baf995a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The `$result` variable now will hold the following information:
3535
$result = [
3636
'title' => 'Title of the article',
3737
'author' => 'Name of the author of the article',
38+
'image' => 'Main image of the article',
3839
'article' => 'DOMDocument with the full article text, scored and parsed'
3940
]
4041
```

0 commit comments

Comments
 (0)